Module Timing_wheel_intf.S.Alarm

module Alarm: sig .. end

type 'a t 
val at : 'a Timing_wheel_intf.S.timing_wheel ->
'a t -> Timing_wheel_intf.Time.t
In all Alarm functions, one must supply the timing wheel that the alarm was added to. It is an error to supply a different timing wheel.
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

In all Alarm functions, one must supply the timing wheel that the alarm was added to. It is an error to supply a different timing wheel.