Macro futures_await_await_macro::await [] [src]

macro_rules! await {
    ($e:expr) => { ... };
}

Ye Olde Await Macro

Basically a translation of polling to yielding. This crate's macro is reexported in the futures_await crate, you should not use this crate specifically. If I knew how to define this macro in the futures_await crate I would. Ideally this crate would not exist.