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;
}
val sexp_of_watch : watch -> Ppx_sexp_conv_lib.Sexp.t
val watch_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> watch
type t =
  1. | Watch of watch
  2. | Do_not_watch
include Ppx_sexp_conv_lib.Sexpable.S with type t := t
val t_of_sexp : Sexplib0.Sexp.t -> t
val sexp_of_t : t -> Sexplib0.Sexp.t