MCPcopy 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
102void ThreadPool::shutdown() {
103 shutdownThreads(mNumThreads);
104 mShuttingDown = true;
105}
106
107void ThreadPool::waitUntilFinished() {
108 while (mThreads.size() > 0 && mNumTasksInSystem > 0) {

Callers 1

mainFuncFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected