tklog

Macro async_info

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