Poll.FlagsThe set of flags associated with a file descriptor event.
val pollin : tPOLLIN from poll(2).
val pollpri : tPOLLPRI from poll(2).
val pollout : tPOLLOUT from poll(2).
val pollerr : tPOLLERR from poll(2). Only expected as output, invalid as input.
val pollhup : tPOLLHUP from poll(2). Only expected as output, invalid as input.
val pollnval : tPOLLNVAL from poll(2). Only expected as output, invalid as input.
val empty : taka zero.
val to_int : t -> intto_int x exposes x as an integer, this is an identity function.