Available on crate feature
no_alloc
only.Expand description
A module for a no-alloc, fixed-capacity async scope.
Only compiled if feature = "no_alloc"
is enabled or when tests run.
Structs§
- Async
Scope NoAlloc - A fixed-capacity async scope that does not use dynamic allocation.
Type Aliases§
- Deferred
Fn - Type alias for a
'static
function pointer returning a pinned async future.