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

Method CallAfter

CobaltFusion/GuiExecutor.cpp:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67ScheduledCall GuiExecutor::CallAfter(const Duration& interval, std::function<void ()> fn)
68{
69 return CallAt(std::chrono::steady_clock::now() + interval, fn);
70}
71
72ScheduledCall GuiExecutor::CallEvery(const Duration& interval, std::function<void ()> fn)
73{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected