package polly
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Bindings for the Linux epoll system call
Install
dune-project
Dependency
Authors
Maintainers
Sources
0.5.0.zip
sha256=76d36170f704c18c51dd5d567ad8dff06d1c5018908a89c49631ccf3249a576f
md5=6b24e3d681fd5a94bbe4b3d2ed3796c3
doc/README.html
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:
opam install pollyMost recently version 0.4.1 was submitted to Opam.
Using inside utop
make utopordune 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.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page