class type ['t] engine = object .. end
['t]
object
end
method state : 't engine_state
't engine_state
method abort : unit -> unit
unit -> unit
method request_notification : (unit -> bool) -> unit
(unit -> bool) -> unit
method event_system : Unixqueue.event_system
Unixqueue.event_system