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