Module Std.Async_config

module Async_config: Config

type t 
val t : t
val environment_variable : string
module Print_debug_messages_for: sig .. end
module File_descr_watcher: sig .. end
val alarm_precision : Core.Std.Time.Span.t
val check_invariants : bool
val detect_invalid_access_from_thread : bool
val epoll_max_ready_events : int
val file_descr_watcher : File_descr_watcher.t
val max_num_open_file_descrs : int
val max_num_threads : int
val record_backtraces : bool
val timing_wheel_level_bits : Core.Std.Timing_wheel.Level_bits.t
val sexp_of_t : t -> Sexplib.Sexp.t