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.6.0.tbz
sha256=10a25801d46f83664095333394e7aec3745e494f0d634ef802c9fcf826ca7e9c
sha512=ce58e8926e7990f61f778841e1d1379a3d31bfe4534f044acb26182fb534480f63f585f39532a0e38af8af809489bcee7810694bdc57242f6d448fa4c454e97c
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)"
>