Blocks the calling thread until the notification is notified.
Declared in <absl/synchronization/notification.h>
void
WaitForNotification() const;
Blocks the calling thread until the notification's "notified" state is true. Note that if Notify() has been previously called on this notification, this function will immediately return.