Module Unix_activations

val nr_events : int
type event = int
val program_start : int
type port = {
mutable counter : event;
c : unit Lwt_condition.t;
}
val fd : Eventchn.handle -> Unix.file_descr
val pending : Eventchn.handle -> Eventchn.t
val ports : port array
val event_cb : unit Lwt.u Lwt_dllist.t array
val dump : unit -> unit
val wake : Eventchn.t -> unit
val run_real : Eventchn.handle -> 'a Lwt.t
val activations_thread_started : bool Stdlib.ref
val start_activations_thread : unit -> unit
val after : Eventchn.t -> event -> event Lwt.t
val wait : Eventchn.t -> unit Lwt.t
val run : 'a -> unit