mirage-sleep.unix
Mirage_sleep
mirage-sleep.solo5
val ns : Duration.t -> unit Lwt.t
type t = {
time : int64;
mutable canceled : bool;
thread : unit Lwt.u;
}
val new_sleepers : unit -> 'a list