async_warn

Macro async_warn 

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