package domain-local-await
A scheduler independent blocking mechanism
Install
Dune Dependency
Authors
Maintainers
Sources
domain-local-await-1.0.0.tbz
sha256=2a28d683489349da9bc245dde4aaf7ffde2eac39bc405498da53261a352ec46a
sha512=dba7f1d3053f711f3d4887acbc8f30abd5b26c379321aa2247b3162919bae4b28e8de8b687f815c478cfbb58ee438597a94968cfe10e7f0a0a1aaad88cfeb13c
doc/CHANGES.html
Release notes
All notable changes to this project will be documented in this file.
1.0.0
- Internal improvements (@polytypic)
- Change license to ISC from 0BSD (@tarides)
0.2.1
- Support OCaml 4.12.0+ (@polytypic)
- Use lock-free thread-safe hash table for per thread configuration (@polytypic)
0.2.0
- Avoid unnecessary type alias for
(module Thread)
(@polytypic) - Fix to update per thread configuration atomically (@polytypic)
0.1.0
- Initial version of scheduler independent blocking mechanism (@polytypic)