[][src]Macro yukikaze::awaitic

macro_rules! awaitic {
    ($exp:expr) => { ... };
}

Await future in async context.

Because .await is retarded.