Macro await

Source
macro_rules! await {
    ($f: expr) => { ... };
    ($f: expr, $d: expr) => { ... };
}