Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
78
Notification* NotificationQueue::dequeueNotification()
79
{
80
FastMutex::ScopedLock lock(_mutex);
81
return dequeueOne().duplicate();
82
}
83
84
85
Notification* NotificationQueue::waitDequeueNotification()
Callers
1
execute
Method · 0.45
Calls
1
duplicate
Method · 0.45
Tested by
no test coverage detected