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

Name

Description

Condition [constructor]

Constructors

Eval

Evaluates the condition.

Static Member Functions

Name

Description

GuaranteedEqual

Determines whether two conditions are guaranteed to evaluate equally.

Static Data Members

Name

Description

kTrue

A Condition that always returns true.

Created with MrDocs