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.9.0.tbz
sha256=feb99bbd83a6ff399b5f1aae0907cfd7de5d55503301addde5eb653cc91c38a1
sha512=bb7edc4829cccbba6f52a68ca98ed94d4fa0b5c1aec3fdf956794f6dc9e61d6ea55866845839066e556b8b4eaf71b13f0aeb4983ac27c568505cd6570eb57b31
doc/miou.unix/Miou_poll/Flags/index.html
Module Miou_poll.FlagsSource
The set of flags associated with a file descriptor event.
The actual set.
POLLPRI from poll(2): There is some exceptional condition on the file-descriptor.
POLLOUT from poll(2): Writing is now possible, though a write larger than the available space in a socket or pipe will still block (unless O_NONBLOCK) is set).
NOTE: Miou_unix sets, by default, socket with O_NONBLOCK.
POLLHUP from poll(2). Device disconnected. Output is now impossible. Might read EOF.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>