Miou_poll.FlagsThe set of flags associated with a file descriptor event.
val pollin : tPOLLIN from poll(2): There is data to read.
val pollpri : tPOLLPRI from poll(2): There is some exceptional condition on the file-descriptor.
val pollout : tPOLLOUT 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.
val pollerr : tPOLLERR from poll(2). Only expected as output, invalid as input.
val pollhup : tPOLLHUP from poll(2). Device disconnected. Output is now impossible. Might read EOF.
val pollnval : tPOLLNVAL from poll(2). Only expected as output, invalid as input.
val empty : tval to_int : t -> intto_int x exposes x as an integer, this is an identity function.