Internal Async debugging functions.
include module type of Async_kernel__.Config.Print_debug_messages_for
val clock : bool
val fd : bool
val file_descr_watcher : bool
val finalizers : bool
val interruptor : bool
val monitor : bool
val monitor_send_exn : bool
val parallel : bool
val reader : bool
val scheduler : bool
val shutdown : bool
val thread_pool : bool
val thread_safe : bool
val writer : bool
val log : string ‑> 'a ‑> ('a ‑> Core_kernel.Sexp.t) ‑> unit
Calls to Debug.log should look like if Debug.??? then Debug.log ....
Debug.log
if Debug.??? then Debug.log ...
val log_string : string ‑> unit