MCPcopy 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
183void Executor::Add(std::function<void ()> fn)
184{
185 m_q.Push(fn);
186}
187
188void Executor::Synchronize()
189{

Callers

nothing calls this directly

Calls 1

PushMethod · 0.80

Tested by

no test coverage detected