Module Unix_activationsSource

Sourceval nr_events : int
Sourcetype event = int
Sourceval program_start : int
Sourcetype port = {
  1. mutable counter : event;
  2. c : unit Lwt_condition.t;
}
Sourceval ports : port array
Sourceval event_cb : unit Lwt.u Lwt_dllist.t array
Sourceval dump : unit -> unit
Sourceval wake : Eventchn.t -> unit
Sourceval run_real : Eventchn.handle -> 'a Lwt.t
Sourceval activations_thread_started : bool ref
Sourceval start_activations_thread : unit -> unit
Sourceval after : Eventchn.t -> event -> event Lwt.t
Sourceval wait : Eventchn.t -> unit Lwt.t
Sourceval run : 'a -> unit