Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tom94/tev
/ shutdown
Method
shutdown
src/ThreadPool.cpp:102–105 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
100
}
101
102
void ThreadPool::shutdown() {
103
shutdownThreads(mNumThreads);
104
mShuttingDown = true;
105
}
106
107
void ThreadPool::waitUntilFinished() {
108
while (mThreads.size() > 0 && mNumTasksInSystem > 0) {
Callers
1
mainFunc
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected