MCPcopy 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
224bool DelayedThreadPool::IsShutDown()
225{
226 std::lock_guard lk(m_mu);
227 return m_shutdown;
228}
229
230} // namespace base

Callers 2

ShutdownThreadsMethod · 0.80
RunThreadsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected