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