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

Method CallAsync

CobaltFusion/ExecutorClient.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26void GuiExecutorClient::CallAsync(std::function<void()> fn)
27{
28 m_executor->CallAsync(fn);
29}
30
31ScheduledCall GuiExecutorClient::CallAfter(const Clock::duration& interval, std::function<void()> fn)
32{

Callers 3

BOOST_AUTO_TEST_CASEFunction · 0.45
TestGuiExecutorImplFunction · 0.45
OnProcessEndedMethod · 0.45

Calls

no outgoing calls

Tested by 2

BOOST_AUTO_TEST_CASEFunction · 0.36
TestGuiExecutorImplFunction · 0.36