Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ IsShutDown
Method
IsShutDown
libs/base/thread_pool_delayed.cpp:224–228 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
222
}
223
224
bool DelayedThreadPool::IsShutDown()
225
{
226
std::lock_guard lk(m_mu);
227
return m_shutdown;
228
}
229
230
} // namespace base
Callers
2
ShutdownThreads
Method · 0.80
RunThreads
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected