@ -88,6 +88,7 @@ class pool : public nocopy {
void release (T *data) {
data->~T();
node *newnode = (node *)data;
newnode->_chain = m_next;
The note is not visible to the blocked user.