Unixqueue.event_system ->
object
  method abort : unit -> unit
  method event_system : Unixqueue.event_system
  method request_notification : (unit -> bool) -> unit
  method request_proxy_notification : ('a engine -> bool) -> unit
  method signal : 'Uq_engines_compat.final_state -> unit
  method state : 'a engine_state
end