Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Set of events being waited for
val empty : 'a t
the empty todo set
val is_empty : 'a t -> bool
check if the todo set is empty
val pp : (Format.formatter -> 'a -> unit) -> Format.formatter -> 'a t -> unit
pretty printer
val size : 'a t -> int
debugging