package thread-local-storage

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

Install

Dune Dependency

Authors

Maintainers

Sources

thread-local-storage-0.1.tbz
sha256=72adf908d8899697ebe891c65ea60dadaf19e7bba97b93bae60f33a59c0067ae
sha512=48ba48b0bdc4eff2feb09972fb7f061594af33a12e0c9f3f816363341911796df2e9e6a43def827c282e6500136c31de0a2bfeefb6308010616859e79e6e8b9a

Description

Tags

topics threads tls

Published: 27 Oct 2023

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

Conflicts

None