package core

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a t
val sexp_of_t : ('a -> Ppx_sexp_conv_lib.Sexp.t) -> 'a t -> Ppx_sexp_conv_lib.Sexp.t
val null : Base.Unit.t -> _ t

null () returns an alarm t such that not (mem timing_wheel t) for all timing_wheels.

All Alarm functions will raise if not (Timing_wheel.mem timing_wheel t).

val value : 'a Timing_wheel_float.timing_wheel -> 'a t -> 'a