Module no_alloc

Module no_alloc 

Source
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§

AsyncScopeNoAlloc
A fixed-capacity async scope that does not use dynamic allocation.

Type Aliases§

DeferredFn
Type alias for a 'static function pointer returning a pinned async future.