Macro tklog::async_debug

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