Timing_wheel.Alarm
val sexp_of_t : ('a -> Ppx_sexp_conv_lib.Sexp.t) -> 'a t -> Ppx_sexp_conv_lib.Sexp.t
val null : unit -> _ t
null ()
returns an alarm t
such that not (mem timing_wheel t)
for all timing_wheel
s.
val at : 'a timing_wheel -> 'a t -> Core_kernel.Time_ns.t
All Alarm
functions will raise if not (Timing_wheel.mem timing_wheel t)
.
val interval_num : 'a timing_wheel -> 'a t -> Interval_num.t
val value : 'a timing_wheel -> 'a t -> 'a