package lwt
Promises and event-driven I/O
Install
dune-project
Dependency
Authors
Maintainers
Sources
4.3.0.tar.gz
sha256=699af62f5ae7d0c19d0b9cc453937e08bc04853e2ff0895e15e86eb3df32d23d
md5=1a72b5ae4245707c12656632a25fc18c
doc/lwt.unix/Lwt_engine/class-select_based/index.html
Class Lwt_engine.select_based
Abstract class for engines based on a select-like function.
inherit t
method private virtual select : Unix.file_descr list ->
Unix.file_descr list ->
float ->
Unix.file_descr list * Unix.file_descr list
select fds_r fds_w timeout
waits for either:
- one of the file descriptor of
fds_r
to become readable - one of the file descriptor of
fds_w
to become writable - timeout to expire
and returns the list of readable file descriptor and the list of writable file descriptors.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>