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.1.tbz
sha256=56ea30ffd0924d941c8afdb96749252cc4af61465d392178c70475a7859284d5
sha512=42edbb87b4f9c3a0e67e85aebf037e8b6835eae7c8731a7e5caeb6d17be488137bc3bd5c4a375cd03f8eeac2f9d71e24ff0706b9877cc1dc6132666db1fa31d2
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)"
>