static STACK_POOL: LazyLock<SegQueue<DefaultStack>>Expand description
Pool of pre-allocated coroutine stacks to avoid repeated mmap syscalls.
Acts as the cross-thread overflow store; per-thread reuse is served by
TLS_STACK to keep the hot path atomic-free.