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