pollversion
Portable OCaml interface to macOS/Linux/Windows native IO event notification mechanisms
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 |
---|---|
Author | Anurag Soni |
License | MIT |
Published | |
Homepage | https://github.com/anuragsoni/poll |
Issue Tracker | https://github.com/anuragsoni/poll/issues |
Maintainer | Anurag Soni <anurag@sonianurag.com> |
Available | arch != "s390x" |
Dependencies |
|
Conflicts |
|
Source [http] | https://github.com/anuragsoni/poll/releases/download/0.2.0/poll-0.2.0.tbz sha256=3d23be996b9992d8f8de44bf23da268a89ab02fbc7595df02b572d2deafe9145 sha512=c0f71c88bdc8c03e35032561fa9236d64af546783f0ac2f58aaad030bfa5a6219029d57ae8b893fb65c57ff608aa6b1267ca49b96857e974ee67e940670d648b |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/poll/poll.0.2.0/opam |
Required by