MCPcopy Create free account
hub / github.com/David-Haim/concurrencpp / ~thread_pool_worker

Method ~thread_pool_worker

source/executors/thread_pool_executor.cpp:192–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192thread_pool_worker::~thread_pool_worker() noexcept {
193 assert(m_idle);
194 assert(!m_thread.joinable());
195}
196
197void thread_pool_worker::balance_work() {
198 const auto task_count = m_private_queue.size();

Callers

nothing calls this directly

Calls 1

joinableMethod · 0.80

Tested by

no test coverage detected