anuragsoni / poll

Portable OCaml interface to macOS/Linux/Windows native IO event notification mechanisms
https://anuragsoni.github.io/poll/poll
MIT License
31 stars 1 forks source link

Poll

Portable OCaml library to poll for I/O readiness events. All I/O events are oneshot, and on delivery of an I/O readiness event we need to re-register interest in the event if we need a notification of the next event of the same kind.

This library currently supports the following platforms: