Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
192
thread_pool_worker::~thread_pool_worker() noexcept {
193
assert(m_idle);
194
assert(!m_thread.joinable());
195
}
196
197
void thread_pool_worker::balance_work() {
198
const auto task_count = m_private_queue.size();
Callers
nothing calls this directly
Calls
1
joinable
Method · 0.80
Tested by
no test coverage detected