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.4/luv-0.5.4.tar.gz sha256=9c5e27109e8887339e5e8145c65f62d714cfea439ed165be88726076f5acee05 md5=5f4e140e7bbcca2b8a0d876fdeba9a07 |
| Edit | https://github.com/ocaml/opam-repository/tree/master/packages/luv/luv.0.5.4/opam |
Required by


