Internal Async debugging functions.
include module type of Async_kernel.Async_kernel_config.Print_debug_messages_for
val log : string ‑> 'a ‑> ('a ‑> Core_kernel.Sexp.t) ‑> unit
Calls to Debug.log
should look like if Debug.??? then Debug.log ...
.