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.3.0.tbz
sha256=b82faa90ab9c97fc89124a865bfc54a3820630ae189dadf7aab1b2e16a9b62a5
sha512=8a4a032b7e605b73b579e8f9de7121333e4380e24b7d8888a5b031b73ec067112a3de9aeb5b7fa8554810d5db0ffdbf779df715655daab497f5e1f7e45e80101

CHANGES.md.html

0.3.0

  • Make the poller's eventlist length configurable

0.2.0

  • Use oneshot mode for events

    • Oneshot mode causes the event to return only the first time.

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