no_alloc_async_scope

Macro no_alloc_async_scope 

Source
macro_rules! no_alloc_async_scope {
    ($scope:ident : $cap:expr, $body:block) => { ... };
}
Available on crate feature no_alloc only.
Expand description

Macro to create a no-alloc async scope with fixed capacity.