PoolStack.pop

destroy the most recent pool and free all its resources, calling destructors if you're in a fiber, search for stack top in the fiber stack or the fiber freezer and destroy it. otherwise, search in the thread stack or the thread freezer and destroy it.

struct PoolStack
static nothrow
void
pop
()

Meta