Queries the notification's "notified" state.
Declared in <absl/synchronization/notification.h>
<absl/synchronization/notification.h>
[[nodiscard]] bool HasBeenNotified() const;
The value of the notification's internal "notified" state.
The return value should not be discarded.