MCPcopy 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
985void Utility::QueueAsyncCallback(const std::function<void ()>& callback, SchedulerPolicy policy)
986{
987 Application::GetTP().Post(callback, policy);
988}
989
990String Utility::NaturalJoin(const std::vector<String>& tokens)
991{

Callers

nothing calls this directly

Calls 1

PostMethod · 0.80

Tested by

no test coverage detected