项目作者: lindig

项目描述 :
OCaml bindings for Linux epoll(2)
高级语言: OCaml
项目地址: git://github.com/lindig/polly.git
创建时间: 2018-12-11T16:18:16Z
项目社区:https://github.com/lindig/polly

开源协议:MIT License

下载


Build Status

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.

Installation

As of version 0.2.2, Polly is now in Opam and can be installed from
there:

  1. opam install polly

Most recently version 0.4.1 was submitted to Opam.

Using inside utop

  • make utop or
  • dune utop

launches a utop toplevel that has the library loaded for interactive
use.

Other Epoll Bindings

Contribute

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