Macro async_func

Source
macro_rules! async_func {
    (async move $body:block) => { ... };
}