All notable changes to this project will be documented in this file.
- Add
(implicit_transitive_deps false)
(@polytypic) - Fix to unlock mutex even when condition wait raises (@polytypic)
- Internal improvements (@polytypic)
- Change license to ISC from 0BSD (@tarides)
- Support OCaml 4.12.0+ (@polytypic)
- Use lock-free thread-safe hash table for per thread configuration (@polytypic)
- Avoid unnecessary type alias for
(module Thread)
(@polytypic) - Fix to update per thread configuration atomically (@polytypic)
- Initial version of scheduler independent blocking mechanism (@polytypic)