AUI Framework
master
Cross-platform module-based framework for developing C++20 desktop applications
|
Implements mutex interface but does nothing, useful for mocking a mutex. More...
Implements mutex interface but does nothing, useful for mocking a mutex.
Public Member Functions | |
void | lock () |
void | try_lock () |
void | unlock () |
void | shared_lock () |
void | try_shared_lock () |
void | shared_unlock () |
#include <AUI/Thread/AMutex.h>