absl::Notification::Notification

Constructs a notification with an explicit initial "notified" state.

Synopsis

Declared in <absl/synchronization/notification.h>

explicit
Notification(bool prenotify);

Parameters

NameDescription
prenotifyThe initial value of the "notified" state.