![]() |
LeechCraft 0.6.70-18808-g3467692359
Modular cross-platform feature rich live environment.
|
#include "threadsafety.h"
Public Member Functions | |
| void | lock () const |
| void | unlock () const |
Public Attributes | |
| std::mutex | Mutex_ |
Static Public Attributes | |
| static constexpr bool | IsLockingHandler = true |
| static constexpr bool | IsThreadSafe = true |
Definition at line 18 of file threadsafety.h.
|
inline |
Definition at line 25 of file threadsafety.h.
References Mutex_.
|
inline |
Definition at line 30 of file threadsafety.h.
References Mutex_.
|
staticconstexpr |
Definition at line 20 of file threadsafety.h.
|
staticconstexpr |
Definition at line 21 of file threadsafety.h.
|
mutable |
Definition at line 23 of file threadsafety.h.