MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / IsExecutorThread

Method IsExecutorThread

CobaltFusion/GuiExecutor.cpp:104–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104bool GuiExecutor::IsExecutorThread() const
105{
106 return std::this_thread::get_id() == m_guiThreadId;
107}
108
109bool GuiExecutor::IsIdle() const
110{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected