moonpool/thread-local-storage/_doc-dir/README.md
2024-09-04 16:10:21 +00:00

10 lines
262 B
Markdown

# 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