Skip to content

Releases: ocaml-multicore/domain-local-await

1.0.1

03 Feb 15:11
Compare
Choose a tag to compare

1.0.1

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

1.0.0

15 Aug 16:12
Compare
Choose a tag to compare

1.0.0

0.2.1

19 Jun 17:19
Compare
Choose a tag to compare

0.2.1

  • Support OCaml 4.12.0+ (@polytypic)
  • Use lock-free thread-safe hash table for per thread configuration (@polytypic)

0.2.0

10 Jun 21:15
Compare
Choose a tag to compare

0.2.0

  • Avoid unnecessary type alias for (module Thread) (@polytypic)
  • Fix to update per thread configuration atomically (@polytypic)

0.1.0

26 Apr 22:02
Compare
Choose a tag to compare

0.1.0

  • Initial version of scheduler independent blocking mechanism (@polytypic)