package async_kernel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module How_to_dump : sig ... end
type watch = {
  1. dump_if_delayed_by : Core_kernel.Time_ns.Span.t;
  2. how_to_dump : How_to_dump.t;
}
include sig ... end
val watch_of_sexp : Sexplib.Sexp.t -> watch
val sexp_of_watch : watch -> Sexplib.Sexp.t
type t =
  1. | Watch of watch
  2. | Do_not_watch
include sig ... end
val t_of_sexp : Sexplib.Sexp.t -> t
val sexp_of_t : t -> Sexplib.Sexp.t