absl::WriterMutexLock::WriterMutexLock

Acquires a write lock on mu for the lifetime of this object.

Synopsis

Declared in <absl/synchronization/mutex.h>

explicit
WriterMutexLock(Mutex& mu);

Parameters

NameDescription
muThe mutex to lock.