macro_rules! async_scope {
($scope:ident, $body:block) => { ... };
}
Expand description
Macro that creates an async scope to automatically await all defers.
macro_rules! async_scope {
($scope:ident, $body:block) => { ... };
}
Macro that creates an async scope to automatically await all defers.