Up

Module type Timing_wheel_time

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

Signature

type t
val sexp_of_t : t -> Sexplib.Sexp.t
val compare : t -> t -> int
module Span : sig .. end
include Comparable.Infix with type t := t
type 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 Equal.S with type t := t
type t
val equal : t Equal.equal
val epoch : t
val add : t -> Span.t -> t
val sub : t -> Span.t -> t