Acquires mu exclusively for the lifetime of this object.
Synopsis
Declared in <absl/synchronization/mutex.h>
explicit
MutexLock(Mutex& mu);
Parameters
Name |
Description |
mu |
The mutex to lock. |
Created with MrDocs