[#absl-Notification-2constructor-00] = xref:absl.adoc[absl]::xref:absl/Notification.adoc[Notification]::Notification :relfileprefix: ../../ :mrdocs: Constructs a notification with an explicit initial "notified" state. == Synopsis Declared in `<absl/synchronization/notification.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit Notification(bool prenotify); ---- == Parameters [cols="1,4"] |=== | Name| Description | *prenotify* | The initial value of the "notified" state. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#