Macro tklog::async_warn

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