A predicate on state protected by a Mutex, used to wait for a condition to become true.
Declared in <absl/synchronization/mutex.h>
class Condition;
| Name | Description |
|---|---|
Condition [constructor] | Constructors |
Eval | Evaluates the condition. |
| Name | Description |
|---|---|
GuaranteedEqual | Determines whether two conditions are guaranteed to evaluate equally. |
| Name | Description |
|---|---|
kTrue | A Condition that always returns true. |