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

Method ActiveExecutor

CobaltFusion/Executor.cpp:238–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236}
237
238ActiveExecutor::ActiveExecutor() :
239 m_end(false),
240 m_thread([this] { Run(); })
241{
242 SetExecutorThread(m_thread.get_id());
243}
244
245ActiveExecutor::~ActiveExecutor()
246{

Callers

nothing calls this directly

Calls 1

get_idMethod · 0.80

Tested by

no test coverage detected