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.5.5.tbz
sha256=60967f9e5aa9c56efb9a171a9ad08cc7977afdff4c55506fd5008ecf9e44cae0
sha512=3bf1e9b0d68f78926ee71776667ba5198b72910bd16c15088d7217c3653ba20d454eb4b3ce0ce9b7e2fa5b7e5b2510a861cddaf71bd89ec6874c0b4b37af96ab
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)"
>