Macro await

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