package async_extended

  1. Overview
  2. Docs
type t = {
  1. last_second : float;
  2. last_minute : float;
  3. since_start : float;
}
include Core.Sexpable with type t := t
include sig ... end
val t_of_sexp : Base.Sexp.t -> t
val sexp_of_t : t -> Base.Sexp.t