module Alarm:sig
..end
type 'a
t
val at : 'a Timing_wheel_intf.S.timing_wheel ->
'a t -> Time.t
Alarm
functions will raise if not (Timing_wheel.mem timing_wheel t)
.val key : 'a Timing_wheel_intf.S.timing_wheel -> 'a t -> int
val value : 'a Timing_wheel_intf.S.timing_wheel -> 'a t -> 'a
val sexp_of_t : ('a -> Sexplib.Sexp.t) -> 'a t -> Sexplib.Sexp.t
Alarm
functions will raise if not (Timing_wheel.mem timing_wheel t)
.