luv
Binding to libuv: cross-platform asynchronous I/O
Description
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.
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Published
- 02 Feb 2022
- Authors
- Maintainers
Sources
Dependencies
odoc
with-doc & = "1.5.2"
base-unix
with-test
alcotest
with-test & >= "0.8.1"
ocaml
>= "4.02.0"
dune
>= "2.0.0"
ctypes
>= "0.14.0"
base-unix
build
Reverse Dependencies