package thread-local-storage

  1. Overview
  2. Docs
Efficient thread local storage for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

thread-local-storage-0.2.tbz
sha256=a68e2b1ed07f9f993ffc76141e632ec4d103ffdab73869700cdc741ecd7e0349
sha512=9db66bbb1e179a3999406a0ee0b9461cc45d87468a11713d3f23a452a4f3bd79501a9af273a3e76f501710be2020581801b68f659c47eff1488fbe7a359f98dc

Description

Tags

topics threads tls

Published: 24 Aug 2024

README

Thread-local storage

The classic threading utility: have variables that have a value for each thread.

See https://discuss.ocaml.org/t/a-hack-to-implement-efficient-tls-thread-local-storage/13264 for the initial implementation by @polytypic.

License

MIT

Dependencies (2)

  1. dune >= "2.0"
  2. ocaml >= "4.08"

Dev Dependencies

None

Used by (1)

  1. picos >= "0.5.0"

Conflicts

None

OCaml

Innovation. Community. Security.