package incremental

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module S.ClockSource

Sourceval sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
Sourceval default_timing_wheel_config : Timing_wheel.Config.t
Sourceval create : ?timing_wheel_config:Timing_wheel.Config.t -> start:Core_kernel.Int63.t -> unit -> t
Sourceval alarm_precision : t -> Core_kernel.Time_ns.Span.t
Sourceval timing_wheel_length : t -> int
Sourceval advance_clock : t -> to_:Core_kernel.Int63.t -> unit
Sourceval advance_clock_by : t -> Core_kernel.Time_ns.Span.t -> unit
Sourceval at_intervals : t -> Core_kernel.Time_ns.Span.t -> unit incremental
Sourceval step_function : t -> init:'a -> (Core_kernel.Int63.t * 'a) list -> 'a incremental
Sourceval incremental_step_function : t -> 'a Step_function.t incremental -> 'a incremental
Sourceval snapshot : t -> 'a incremental -> at:Core_kernel.Int63.t -> before:'a -> 'a incremental Core_kernel.Or_error.t