MCPcopy Create free account
hub / github.com/REGoth-project/REGoth / isSameThread

Method isSameThread

src/engine/JobManager.cpp:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10{
11}
12bool JobManager::isSameThread()
13{
14 return std::this_thread::get_id() == m_ThreadId;
15}
16
17void JobManager::setMultiThreading(bool enable)
18{

Callers 1

ViewMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected