class type t =object..end
method iter : bool -> unitmethod private cleanup : unitmethod private register_readable : Unix.file_descr -> (unit -> unit) -> unit Lazy.tmethod private register_writable : Unix.file_descr -> (unit -> unit) -> unit Lazy.tmethod private register_timer : float -> bool -> (unit -> unit) -> unit Lazy.t