module Async_config: Config
module Epoll_max_ready_events: Validated
with type raw := int
module Max_inter_cycle_timeout: Validated
with type raw := Time.Span.t
module Max_num_open_file_descrs: Validated
with type raw := int
module Max_num_threads: Validated
with type raw := int
module Max_num_jobs_per_priority_per_cycle: Validated
with type raw := int
type
t
val t : t
val environment_variable : string
module Print_debug_messages_for: sig
.. end
module File_descr_watcher: sig
.. end
val abort_after_thread_pool_stuck_for : Core.Std.Time.Span.t
Documentation on these is in strings in config.ml, so it can be output in the
help message.
val check_invariants : bool
val detect_invalid_access_from_thread : bool
val epoll_max_ready_events : Epoll_max_ready_events.t
val file_descr_watcher : File_descr_watcher.t
val max_inter_cycle_timeout : Max_inter_cycle_timeout.t
val max_num_jobs_per_priority_per_cycle : Max_num_jobs_per_priority_per_cycle.t
val max_num_open_file_descrs : Max_num_open_file_descrs.t
val max_num_threads : Max_num_threads.t
val record_backtraces : bool
val report_thread_pool_stuck_for : Core.Std.Time.Span.t
val timing_wheel_config : Core.Std.Timing_wheel.Config.t
val sexp_of_t : t -> Sexplib.Sexp.t
Documentation on these is in strings in config.ml, so it can be output in the
help message.