Module 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 alarmt
such thatnot (mem timing_wheel t)
for alltiming_wheel
s.
val at : 'a timing_wheel -> 'a t -> Core_kernel.Time_ns.t
All
Alarm
functions will raise ifnot (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