This commit is contained in:
2025-10-04 14:09:30 -05:00
parent 1ca93d52d7
commit 9913d6f8b4

View File

@@ -150,13 +150,6 @@ void client_pool::pool::shutdown() {
std::swap(pool_queues, pool_queues_); std::swap(pool_queues, pool_queues_);
pool_lock.unlock(); pool_lock.unlock();
for (auto &entry : pool_queues) {
entry.second->shutdown = true;
mutex_lock lock(entry.second->mutex);
entry.second->notify.notify_all();
}
pool_queues.clear(); pool_queues.clear();
} }