package async_kernel

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

Internal Async debugging functions.

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 ....

val log_string : string -> unit