Macro tklog::async_error

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