luvversion
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> |
Dependencies | |
Source [http] | https://github.com/aantron/luv/releases/download/0.5.13/luv-0.5.13.tar.gz sha256=59a616bce6581bd7ed427dd6a640ff359f2a54eedb5deb5feeb35431756c2252 md5=fa4875137341933d1308e432c652b2cd |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/luv/luv.0.5.13/opam |
Required by