async_debug

Macro async_debug 

Source
macro_rules! async_debug {
    () => { ... };
    ($($arg:expr),*) => { ... };
}