poll
Poll.Event
type t = {
readable : bool;
writable : bool;
}
val read : t
val none : t
val write : t
val read_write : t