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.3.0/poll-0.3.0.tbz sha256=b82faa90ab9c97fc89124a865bfc54a3820630ae189dadf7aab1b2e16a9b62a5 sha512=8a4a032b7e605b73b579e8f9de7121333e4380e24b7d8888a5b031b73ec067112a3de9aeb5b7fa8554810d5db0ffdbf779df715655daab497f5e1f7e45e80101 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/poll/poll.0.3.0/opam |
Required by