MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / dequeueNotification

Method dequeueNotification

base/poco/Foundation/src/NotificationQueue.cpp:78–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76
77
78Notification* NotificationQueue::dequeueNotification()
79{
80 FastMutex::ScopedLock lock(_mutex);
81 return dequeueOne().duplicate();
82}
83
84
85Notification* NotificationQueue::waitDequeueNotification()

Callers 1

executeMethod · 0.45

Calls 1

duplicateMethod · 0.45

Tested by

no test coverage detected