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
val t_of_sexp : Base__.Sexplib.Sexp.t -> t
val sexp_of_t : t -> Base__.Sexplib.Sexp.t
OCaml

Innovation. Community. Security.