Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ QueueAsyncCallback
Method
QueueAsyncCallback
lib/base/utility.cpp:985–988 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
983
}
984
985
void Utility::QueueAsyncCallback(const std::function<void ()>& callback, SchedulerPolicy policy)
986
{
987
Application::GetTP().Post(callback, policy);
988
}
989
990
String Utility::NaturalJoin(const std::vector<String>& tokens)
991
{
Callers
nothing calls this directly
Calls
1
Post
Method · 0.80
Tested by
no test coverage detected