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

Method CallAfter

CobaltFusion/ExecutorClient.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31ScheduledCall GuiExecutorClient::CallAfter(const Clock::duration& interval, std::function<void()> fn)
32{
33 return m_executor->CallAfter(interval, fn);
34}
35
36ScheduledCall GuiExecutorClient::CallAt(const Clock::time_point& timepoint, std::function<void()> fn)
37{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected