Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
void GuiExecutorClient::CallAsync(std::function<void()> fn)
27
{
28
m_executor->CallAsync(fn);
29
}
30
31
ScheduledCall GuiExecutorClient::CallAfter(const Clock::duration& interval, std::function<void()> fn)
32
{
Callers
3
BOOST_AUTO_TEST_CASE
Function · 0.45
TestGuiExecutorImpl
Function · 0.45
OnProcessEnded
Method · 0.45
Calls
no outgoing calls
Tested by
2
BOOST_AUTO_TEST_CASE
Function · 0.36
TestGuiExecutorImpl
Function · 0.36