package poll

  1. Overview
  2. Docs
Portable OCaml interface to macOS/Linux/Windows native IO event notification mechanisms

Install

Dune Dependency

Authors

Maintainers

Sources

poll-0.1.0.tbz
sha256=96af2adb195aea4dcd6554e6b3f6043852edef7866882f2c0864d3cee811408a
sha512=0c54f40adec2fe26cb4f0bb9ed4fb8f644ab59a6246be5e7dc75b53f1b6cdddc2aec159400d063c3c92a33ff0c9c063e47016ced1bd5c6715faee13750792c38

CHANGES.md.html

0.1.0

  • Initial release

    • Supports a polling api using the platform event notification mechanisms on macOS (Kqueue), Linux (Epoll) and windows (wepoll - an epoll emulation using IOCP).