Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CobaltFusion/DebugViewPP
/ Add
Method
Add
CobaltFusion/Executor.cpp:183–186 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
181
}
182
183
void Executor::Add(std::function<void ()> fn)
184
{
185
m_q.Push(fn);
186
}
187
188
void Executor::Synchronize()
189
{
Callers
nothing calls this directly
Calls
1
Push
Method · 0.80
Tested by
no test coverage detected