Unlocks this Mutex and blocks until cond is true and the Mutex can be reacquired, then reacquires it in the same mode.
Mutex
cond
true
Declared in <absl/synchronization/mutex.h>
<absl/synchronization/mutex.h>
void Await(Condition const& cond);