package domain-local-await

  1. Overview
  2. Docs
A scheduler independent blocking mechanism

Install

Dune Dependency

Authors

Maintainers

Sources

domain-local-await-1.0.1.tbz
sha256=2952113c53cb07e2b054b2dc86ce72939131dab8207c8f3139adb23e64cdfa6f
sha512=6f9805fc032f8afcfba2b0df11b48482c6af14d63f825b09e49e31f9cfc1b196c74981a5b4682ca862e300f9a931b16c6396bd7921513add586df98ba9958ec5

CHANGES.md.html

Release notes

All notable changes to this project will be documented in this file.

1.0.1

  • Add (implicit_transitive_deps false) (@polytypic)

  • Fix to unlock mutex even when condition wait raises (@polytypic)

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)