RAII helper that acquires and releases a Mutex exclusively.
Declared in <absl/synchronization/mutex.h>
class MutexLock;
| Name | Description |
|---|---|
MutexLock [constructor] | Constructors |
~MutexLock [destructor] | Releases the held mutex. |
operator= | Assignment operators |