Skip to content

Releases: ocaml-multicore/ocaml-iomux

0.3

10 Mar 10:07
Compare
Choose a tag to compare

CHANGES:

  • Round timeouts up, not down in Poll.poll (spotted by @talex5)
  • Properly guard negative indexes (spotted by @talex5)
  • Use half the maximum fds for the leak test (@haesbaert)

0.2

27 Feb 11:29
Compare
Choose a tag to compare
0.2

CHANGES:

  • Narrowed the type of Util.fd_of_unix (@reynir)
  • Use older school uerror instead of caml_uerror (@reynir)
  • Added c_standard to dune build flags (@reynir)
  • Addded ppoll(2) discoverability and a mini compat layer (@haesbaert)
  • Improved tests (@haesbaert)
  • Re-added macos support (@haesbaert)

0.1

17 Feb 18:53
Compare
Choose a tag to compare
0.1

CHANGES:

  • Initial release