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

Method CallAt

CobaltFusion/ExecutorClient.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36ScheduledCall GuiExecutorClient::CallAt(const Clock::time_point& timepoint, std::function<void()> fn)
37{
38 return m_executor->CallAt(timepoint, fn);
39}
40
41bool GuiExecutorClient::IsExecutorThread() const
42{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected