|
memory
|
A dummy Mutex class that does not lock anything.
It is a valid Mutex and can be used to disable locking anywhere a Mutex is requested.
Member Functions | |
| void | lock () noexcept |
| bool | try_lock () noexcept |
| void | unlock () noexcept |
1.9.1