absl::Notification::HasBeenNotified

Queries the notification's "notified" state.

Synopsis

Declared in <absl/synchronization/notification.h>

[[nodiscard]]
bool
HasBeenNotified() const;

Return Value

The value of the notification's internal "notified" state.

NOTE

The return value should not be discarded.