absl::CondVar::Wait

Atomically releases mu and blocks until signaled, then reacquires it.

Synopsis

Declared in <absl/synchronization/mutex.h>

void
Wait(Mutex* mu);

Parameters

NameDescription
muThe mutex held by the calling thread.