Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ ~NotificationQueue
Method
~NotificationQueue
base/poco/Foundation/src/NotificationQueue.cpp:29–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
28
29
NotificationQueue::~NotificationQueue()
30
{
31
try
32
{
33
clear();
34
}
35
catch (...)
36
{
37
poco_unexpected();
38
}
39
}
40
41
42
void NotificationQueue::enqueueNotification(Notification::Ptr pNotification)
Callers
nothing calls this directly
Calls
1
clear
Function · 0.85
Tested by
no test coverage detected