package async_kernel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include module type of struct include Core_kernel.Timing_wheel_ns.Alarm end
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 Core_kernel.Timing_wheel_ns.timing_wheel -> 'a t -> 'a
val is_null : 'a t -> bool