package polly

  1. Overview
  2. Docs

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: 22 Mar 2021

README

README.md

Polly

Polly is an OCaml binding for the Linux epoll system call:

  • Small, simple, and self-contained

  • Avoids most allocation in the event loop

  • MIT licensed

Note that epoll is specific to Linux and that this library won't compile on macOS, for example.

Other Epoll Bindings

Contribute

If you find this useful, please contribute back by raising pull requests for improvements you made.

Dev Dependencies

None

Used by

None

Conflicts

None