#include <notification.h>
Definition at line 64 of file notification.h.
◆ Notification() [1/3]
absl::Notification::Notification |
( |
| ) |
|
|
inline |
◆ Notification() [2/3]
absl::Notification::Notification |
( |
bool |
prenotify | ) |
|
|
inlineexplicit |
◆ Notification() [3/3]
◆ ~Notification()
absl::Notification::~Notification |
( |
| ) |
|
◆ HasBeenNotified()
bool absl::Notification::HasBeenNotified |
( |
| ) |
const |
◆ Notify()
void absl::Notification::Notify |
( |
| ) |
|
◆ operator=()
◆ WaitForNotification()
void absl::Notification::WaitForNotification |
( |
| ) |
const |
◆ WaitForNotificationWithDeadline()
bool absl::Notification::WaitForNotificationWithDeadline |
( |
absl::Time |
deadline | ) |
const |
◆ WaitForNotificationWithTimeout()
bool absl::Notification::WaitForNotificationWithTimeout |
( |
absl::Duration |
timeout | ) |
const |
◆ mutex_
Mutex absl::Notification::mutex_ |
|
mutableprivate |
◆ notified_yet_
std::atomic<bool> absl::Notification::notified_yet_ |
|
private |
The documentation for this class was generated from the following files: