absl::ReleasableMutexLock::ReleasableMutexLock

Acquires mu exclusively for the lifetime of this object.

Synopsis

Declared in <absl/synchronization/mutex.h>

explicit
ReleasableMutexLock(Mutex& mu);

Parameters

NameDescription
muThe mutex to lock.