tklog

Macro async_fatal

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