Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
245
ActiveExecutor::~ActiveExecutor()
246
{
247
Add([this] { m_end = true; });
248
m_thread.join();
249
}
250
251
void ActiveExecutor::Run()
252
{
Callers
nothing calls this directly
Calls
1
join
Method · 0.80
Tested by
no test coverage detected