#include <mutex.hpp>
Guard locks a mutex on ctor and unlock the mutex on dtor.
Definition at line 40 of file mutex.hpp.
◆ Guard()
fastuidraw::Mutex::Guard::Guard |
( |
Mutex & |
m | ) |
|
|
inlineexplicit |
Ctor.
- Parameters
-
m | mutex is locked on ctor and unlocked on dtor. |
Definition at line 48 of file mutex.hpp.
The documentation for this class was generated from the following file:
- /home/kevin/fastuidraw.krogueintel/inc/fastuidraw/util/mutex.hpp