Macro async_scope

Source
macro_rules! async_scope {
    ($scope:ident, $body:block) => { ... };
}
Expand description

Macro that creates an async scope to automatically await all defers.