package lwt
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Promises and event-driven I/O
Install
dune-project
Dependency
Authors
Maintainers
Sources
5.4.1.tar.gz
md5=5a8d2a83ee9314781f137d147a4c62ae
sha512=b872b7abe546c431ba62fe466423d7ace8e487ebd85ea5e859f462eb4c0a6884b242d9efd4a557b6da3ae699b0b695e0a783f89a1d1147cba7d99c4ae9d2db17
doc/lwt.unix/Lwt_engine/class-poll_based/index.html
Class Lwt_engine.poll_basedSource
Abstract class for engines based on a poll-like function.
inherit tmethod private virtual poll : (Unix.file_descr * bool * bool) list ->
float ->
(Unix.file_descr * bool * bool) listpoll fds tiomeout, where fds is a list of tuples of the form (fd, check_readable, check_writable), waits for either:
- one of the file descriptor with
check_readableset totrueto become readable - one of the file descriptor with
check_writableset totrueto become writable - timeout to expire
and returns the list of file descriptors with their readable and writable status.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>