MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / Synchronize

Method Synchronize

CobaltFusion/Executor.cpp:188–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188void Executor::Synchronize()
189{
190 Call([] {});
191}
192
193ScheduledCall TimedExecutor::CallAt(const TimePoint& at, std::function<void ()> fn)
194{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected