50 #ifndef ABSL_SYNCHRONIZATION_NOTIFICATION_H_ 51 #define ABSL_SYNCHRONIZATION_NOTIFICATION_H_ 114 #endif // ABSL_SYNCHRONIZATION_NOTIFICATION_H_ std::atomic< bool > notified_yet_
bool HasBeenNotified() const
bool WaitForNotificationWithDeadline(absl::Time deadline) const
bool WaitForNotificationWithTimeout(absl::Duration timeout) const
Notification(bool prenotify)
void WaitForNotification() const
Notification & operator=(const Notification &)=delete