acquire_stack

Function acquire_stack 

Source
fn acquire_stack(min_size: usize) -> DefaultStack
Expand description

Acquire a coroutine stack large enough for min_size. Prefers the thread-local cache (no atomics), falls back to the global STACK_POOL, then allocates a fresh stack.