package core_kernel

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

Timing_wheel_time is used to parameterize the timing-wheel interface over both Time and Time_ns.

type t
include sig ... end
val compare : t -> t -> Base.Int.t
val sexp_of_t : t -> Sexplib.Sexp.t
module Span : sig ... end
include Comparable.Infix with type t := t
val (>=) : t -> t -> bool
val (<=) : t -> t -> bool
val (=) : t -> t -> bool
val (>) : t -> t -> bool
val (<) : t -> t -> bool
val (<>) : t -> t -> bool
include Base.Equal.S with type t := t
val equal : t Base.Equal.equal
val epoch : t
val add : t -> Span.t -> t
val sub : t -> Span.t -> t
OCaml

Innovation. Community. Security.