Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chrxh/alien
/ executeLater
Method
executeLater
source/Gui/DelayedExecutionController.cpp:25–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
void DelayedExecutionController::executeLater(std::function<void()> const& execFunc)
26
{
27
_execDatas.emplace_back(execFunc, 2);
28
}
Callers
1
delayedExecution
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected