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 and destroy it. otherwise, search in the thread stack and destroy it.

struct PoolStack
static
void
pop
()

Meta