luvversion Documentation on ocaml.org
Binding to libuv: cross-platform asynchronous I/O
Luv is a binding to libuv, the cross-platform C library that does asynchronous I/O in Node.js and runs its main loop.
Besides asynchronous I/O, libuv also supports multiprocessing and multithreading. Multiple event loops can be run in different threads. libuv also exposes a lot of other functionality, amounting to a full OS API, and an alternative to the standard module Unix.
| Author | Anton Bachin <antonbachin@yahoo.com> |
|---|---|
| License | MIT |
| Published | |
| Homepage | https://github.com/aantron/luv |
| Issue Tracker | https://github.com/aantron/luv/issues |
| Maintainer | Anton Bachin <antonbachin@yahoo.com> |
| Available | arch != "s390x" |
| Dependencies | |
| Source [http] | https://github.com/aantron/luv/releases/download/0.5.2/luv-0.5.2.tar.gz sha256=3d96ae0e118385f60921787826c2e4665e9809f9748ec7dec276e821e4761bf2 md5=a196396b63bbe9ff9e8b932b58010b18 |
| Edit | https://github.com/ocaml/opam-repository/tree/master/packages/luv/luv.0.5.2/opam |
Required by


