async_fatal

Macro async_fatal 

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