A module internal to Incremental. Users should see Incremental_intf.
An alarm value is stored in the timing wheel and is used to implement time-based
functions: at
, at_interval
, snapshot
, step_function
.
include module type of sig ... end
type t
= Incremental_kernel__Types.Alarm_value.t
=
{
action : Action.t; |
mutable next_fired : t Incremental_kernel__.Uopt.t; |
}
include Incremental_kernel__.Sexp_of.S with type t := t
include sig ... end
val sexp_of_t : t ‑> Base.Sexp.t