package miou
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Composable concurrency primitives for OCaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
miou-0.10.0.tbz
sha256=bf1954c6f66ac9d306b3b4f948b19f59d2c327213af930e19d9fbc73f134fa18
sha512=cea8136bf9fef32898c962b4136fd784a20fc8a6626cd19bb7d0a37e798aa7a7f06ea9f19b47f6e03bb1afd477cf46e57d4c6a376601eb282c4fb07d490ca727
doc/miou.unix/Miou_epoll/index.html
Module Miou_epollSource
A direct binding of epoll(7).
An epoll instance.
add t fd flags registers fd. Returns 0 on success, otherwise the errno (registering a descriptor that is already there gives EEXIST).
upd t fd flags changes (or re-arms) the events watched for fd. Returns 0 on success, otherwise the errno (typically ENOENT if fd was closed in the meantime, which drops it from the set automatically).
del t fd stops watching fd.
wait t events timeout fills events and returns how many descriptors are ready. An interruption by a signal returns 0.
iter events n fn applies fn to the n descriptors reported ready.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>