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.
fn release_stack(stack: DefaultStack)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.