Returns the number of pending items in the notification queue.
Synopsis
Declared in <folly/io/async/EventBase.h>
size_t
getNotificationQueueSize() const;
Return Value
The number of pending notification queue items.
Created with MrDocs