Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ ~WorkQueue
Method
~WorkQueue
lib/base/workqueue.cpp:31–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
}
30
31
WorkQueue::~WorkQueue()
32
{
33
m_StatusTimer->Stop(true);
34
35
Join(true);
36
}
37
38
void WorkQueue::SetName(const String& name)
39
{
Callers
nothing calls this directly
Calls
1
Stop
Method · 0.45
Tested by
no test coverage detected