Warning: Reason support is experimental.
We are looking for beta-tester and contributors.
class type t = object..end
Type of engines.
Inherits
method iter : bool -> unit
method private cleanup : unit
method private register_readable : 
Unix.file_descr -> (unit -> unit) -> unit Stdlib.Lazy.t
method private register_writable : 
Unix.file_descr -> (unit -> unit) -> unit Stdlib.Lazy.t
method private register_timer : 
float -> bool -> (unit -> unit) -> unit Stdlib.Lazy.t