absl::ReaderMutexLock::ReaderMutexLock

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

Synopsis

Declared in <absl/synchronization/mutex.h>

explicit
ReaderMutexLock(Mutex& mu);

Parameters

NameDescription
muThe mutex to lock.