MCPcopy 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
29NotificationQueue::~NotificationQueue()
30{
31 try
32 {
33 clear();
34 }
35 catch (...)
36 {
37 poco_unexpected();
38 }
39}
40
41
42void NotificationQueue::enqueueNotification(Notification::Ptr pNotification)

Callers

nothing calls this directly

Calls 1

clearFunction · 0.85

Tested by

no test coverage detected