Module Incremental__Alarm_value

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.

module Action : sig ... end
type t = Incremental__.Types.Alarm_value.t
include Core_kernel.Invariant.S with type t := t
type t
val invariant : t Base__.Invariant_intf.inv
include Incremental__.Sexp_of.S with type t := t
type t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val create : Action.t -> t