Plasma GitLab Archive
Projects Blog Knowledge

sig
  type 'a t
  exception Reject
  exception Terminate
  exception Out_of_handlers
  val create :
    ?string_of_event:('-> string) -> ('Equeue.t -> unit) -> 'Equeue.t
  val add_event : 'Equeue.t -> '-> unit
  val add_handler : 'Equeue.t -> ('Equeue.t -> '-> unit) -> unit
  val run : 'Equeue.t -> unit
  val is_running : 'Equeue.t -> bool
  module Debug :
    sig
      type debug_target = [ `Any | `Process of int | `Thread of int ]
      val enable : bool Stdlib.ref
      val set_debug_mode : bool -> unit
      val set_debug_target : Equeue.Debug.debug_target -> unit
      val test_debug_target : Equeue.Debug.debug_target -> bool
    end
end
This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml