Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
238
ActiveExecutor::ActiveExecutor() :
239
m_end(false),
240
m_thread([this] { Run(); })
241
{
242
SetExecutorThread(m_thread.get_id());
243
}
244
245
ActiveExecutor::~ActiveExecutor()
246
{
Callers
nothing calls this directly
Calls
1
get_id
Method · 0.80
Tested by
no test coverage detected