Module Clock.Mono
type t = Mtime.t Eio_mock.Clock.ty Eio.Std.rval make : unit -> Eio_mock.Clock.Mono.tval advance : Eio_mock.Clock.Mono.t -> unitadvance t sets the time to the next scheduled event (adding any due fibers to the run queue).
val try_advance : Eio_mock.Clock.Mono.t -> boolLike advance, but returns false instead of raising an exception.
val set_time : Eio_mock.Clock.Mono.t -> Mtime.t -> unitset_time t time sets the time to time (adding any due fibers to the run queue).