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

Method ~ActiveExecutor

CobaltFusion/Executor.cpp:245–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243}
244
245ActiveExecutor::~ActiveExecutor()
246{
247 Add([this] { m_end = true; });
248 m_thread.join();
249}
250
251void ActiveExecutor::Run()
252{

Callers

nothing calls this directly

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected