package luv
Binding to libuv: cross-platform asynchronous I/O
Install
Dune Dependency
Authors
Maintainers
Sources
luv-0.5.14.tar.gz
sha256=8e01b4a50c8876cdd98d8e245c0687c4dc4d883aed161ad9c5ace1fb1fdaae99
doc/luv/Luv/Request/index.html
Module Luv.Request
Source
Requests.
See Requests in the user guide and uv_req_t
— Base request in libuv.
Requests are objects libuv uses to track asynchronous operations, and sometimes to communicate their results. For the most part Luv handles requests automatically.
Some request kinds support cancelation, and Luv provides a common function Luv.Request.cancel
for them.
Apart from that, this module would be only an internal convenience for the implementation of Luv.
The full list of exposed concrete request types:
Binds uv_req_t
.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>