release_stack

Function release_stack 

Source
fn release_stack(stack: DefaultStack)
Expand description

Release a coroutine stack. Prefers the thread-local slot if empty (no atomics); otherwise pushes to the global STACK_POOL so the stack is still reusable by other threads.