absl::Condition

A predicate on state protected by a Mutex, used to wait for a condition to become true.

Synopsis

Declared in <absl/synchronization/mutex.h>

class Condition;

Member Functions

NameDescription
Condition [constructor]Constructors
Eval Evaluates the condition.

Static Member Functions

NameDescription
GuaranteedEqual Determines whether two conditions are guaranteed to evaluate equally.

Static Data Members

NameDescription
kTrue A Condition that always returns true.