package polly

  1. Overview
  2. No Docs
Bindings for the Linux epoll system call

Install

dune-project
 Dependency

Authors

Maintainers

Sources

0.5.0.zip
sha256=76d36170f704c18c51dd5d567ad8dff06d1c5018908a89c49631ccf3249a576f
md5=6b24e3d681fd5a94bbe4b3d2ed3796c3

Description

Bindings for the Linux epoll system call. The binding avoids most allocation in the event loop by iterating over all file descriptors that are reported as ready.

Published: 26 Mar 2026

Dependencies (5)

  1. conf-linux-libc-dev
  2. base-unix
  3. cmdliner >= "1.1.0"
  4. ocaml >= "4.08.0"
  5. dune >= "3.20"

Dev Dependencies (1)

  1. odoc with-doc

Used by (1)

  1. simple_httpd

Conflicts

None