absl::Condition::Condition

Constructs a Condition that returns the value of *cond.

Synopsis

Declared in <absl/synchronization/mutex.h>

explicit
Condition(bool const* cond);

Parameters

NameDescription
condPointer to the boolean to read.