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.1.tbz
sha256=217e928af2bf20c41a1a03205a222c3605123073facf513f4d20749a2690f29c
sha512=5c47ac2cb4fb52c116a190b323c4e537c8cc1d4d4689653fc1a863cfb19e215468c8c2d93180402fccf83a5e23def540f1f52f2975b7e391155afa593ae5e127

CHANGES.md.html

0.3.1

  • Fix bug where writable events weren't setting writable flag to true (#15, @edwintorok)

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