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.

Created with MrDocs