#include <thread.h>
Definition at line 114 of file thread.h.
◆ WriterLock()
impeller::WriterLock::WriterLock |
( |
RWMutex & |
mutex | ) |
|
|
inlineexplicit |
Definition at line 116 of file thread.h.
116 : mutex_(mutex) {
117 mutex_.LockWriter();
118 }
◆ ~WriterLock()
impeller::WriterLock::~WriterLock |
( |
| ) |
|
|
inline |
Definition at line 120 of file thread.h.
120{ mutex_.UnlockWriter(); }
The documentation for this class was generated from the following file: