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

Description

poll provides a portable OCaml interface to IO event notification mechanisms on macOS, Linux and Windows. It uses kqueue on macOS, epoll on Linux, and uses a vendored copy of wepoll on Windows.

Tags

epoll kqueue wepoll

Published: 07 Dec 2021

README

Poll

Portable OCaml library to poll for I/O readiness events. All I/O events are level triggered.

This library currently supports the following platforms:

Dev Dependencies (2)

  1. odoc with-doc
  2. ppx_expect with-test

Used by (1)

  1. spatial-shell

Conflicts (1)

  1. ppxlib < "0.14.0"