tokio.debug module

tokio.debug.debug_print(string)[source]

Print debug messages if the module’s global debug flag is enabled.

tokio.debug.error(string)[source]

Handle errors generated within TOKIO. Currently just a passthrough to stderr; should probably provide exceptions later on.

tokio.debug.warning(string)[source]

Handle warnings generated within TOKIO. Currently just a passthrough to stderr; should probably provide a more rigorous logging/reporting interface later on.