Module Time.Timer_wheelSource

Sourcemodule Timer : sig ... end
Sourcetype t
Sourceval create : unit -> t
Sourceval make_timer : t -> float -> [ `interval | `one_off ] -> (unit -> unit) -> unit Core.Ref.t
Sourceval ends_at : Ptime.t -> Ptime.span -> Ptime.t
Sourceval tick : t -> unit