package domain-local-await
A scheduler independent blocking mechanism
Install
Dune Dependency
Authors
Maintainers
Sources
domain-local-await-0.2.1.tbz
sha256=2d0c6c855a64f449ced9a7465c16a617c1f0f0255303327b5b8c8a2244a62e6e
sha512=dfaec111a519125dfcef6afb1eef5f08b0699ebafc2f90edd9312a418297840abc47a2d81bfaecb0b3a5cb0c56b5683d4e7b9249d0dc1dda3c6316308ad94e67
doc/CHANGES.html
Release notes
All notable changes to this project will be documented in this file.
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)