package iomux

  1. Overview
  2. Docs
IO Multiplexer bindings

Install

Dune Dependency

Authors

Maintainers

Sources

iomux-0.3.tbz
sha256=ccd277bd53afd011291cb882f18eb5d05f3bba23257d8368dbc7a3d07f8453e7
sha512=9f7cfde9b97699946e36f7dbb19d04bdd943b45729d23797c5d3200f5e0dd93de7ba172fa03e060ca8379f01bf04c7cd1369bae87430d416c911270c3b586a90

CHANGES.md.html

v0.3 (2023-03-10)

  • 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)

v0.2 (2023-02-27)

  • 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)

v0.1 (2023-02-17)

  • Initial release