RAII helper like MutexLock that also permits releasing the mutex before destruction.
Synopsis
Declared in <absl/synchronization/mutex.h>
class ReleasableMutexLock;
Member Functions
Name |
Description |
|
Constructors |
|
Releases the held mutex if it has not already been released. |
Releases the held mutex before destruction. May be called at most once. |
Created with MrDocs