ocaml-opentelemetry/thread-local-storage/_doc-dir
2026-04-06 19:57:49 +00:00
..
CHANGES.md deploy: b766f86019 2026-04-06 19:57:49 +00:00
LICENSE deploy: b766f86019 2026-04-06 19:57:49 +00:00
README.md deploy: b766f86019 2026-04-06 19:57:49 +00:00

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