Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/c-cube/thread-local-storage

thread-local storage for OCaml
https://github.com/c-cube/thread-local-storage

ocaml thread tls

Last synced: 2 months ago
JSON representation

thread-local storage for OCaml

Awesome Lists containing this project

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