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.
macro_rules! no_alloc_async_scope {
($scope:ident : $cap:expr, $body:block) => { ... };
}
no_alloc
only.Macro to create a no-alloc async scope with fixed capacity.