Constructs a notification with an explicit initial "notified" state.
Synopsis
Declared in <absl/synchronization/notification.h>
explicit
Notification(bool prenotify);
Parameters
Name |
Description |
prenotify |
The initial value of the "notified" state. |
Created with MrDocs