Constructors

Synopses

Declared in <absl/synchronization/notification.h>

Constructs a notification with an unnotified "notified" state.

Deleted copy constructor; Notification is not copyable.

Notification(Notification const& other) = delete;

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

explicit
Notification(bool prenotify);

Parameters

Name

Description

prenotify

The initial value of the "notified" state.

Created with MrDocs