package async_kernel

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

Module Synchronous_time_source.AlarmSource

include module type of struct include Timing_wheel.Alarm end
Sourceval sexp_of_t : ('a -> Sexplib0.Sexp.t) -> 'a t -> Sexplib0.Sexp.t
Sourceval null : unit -> _ 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).

Sourceval value : 'a Timing_wheel.timing_wheel -> 'a t -> 'a
Sourceval is_null : 'a t -> Base.Bool.t
OCaml

Innovation. Community. Security.