time
Time.Timer_wheel
lib_net
logger
riot
riot.core
riot.lib
riot.log
riot.net
riot.runtime
riot.scheduler
riot.util
module Timer : sig ... end
type t
val create : unit -> t
val make_timer : t -> float -> [ `interval | `one_off ] -> (unit -> unit) -> unit Core.Ref.t
val ends_at : Ptime.t -> Ptime.span -> Ptime.t
val tick : t -> unit