package async_kernel

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Async_kernel_config.Dump_core_on_job_delaySource

Sourcemodule How_to_dump : sig ... end
Sourcetype watch = {
  1. dump_if_delayed_by : Core.Time_ns.Span.t;
  2. how_to_dump : How_to_dump.t;
}
Sourceval sexp_of_watch : watch -> Sexplib0.Sexp.t
Sourceval watch_of_sexp : Sexplib0.Sexp.t -> watch
Sourcetype t =
  1. | Watch of watch
  2. | Do_not_watch
include Sexplib0.Sexpable.S with type t := t
Sourceval t_of_sexp : Sexplib0.Sexp.t -> t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t