Module Zmq.Poll

type t
type poll_event =
| In
| Out
| In_out
type 'a poll_mask = 'a Socket.t * poll_event
val mask_of : 'a poll_mask array -> t
val poll : ?⁠timeout:int -> t -> poll_event option array