AUI Framework  master
Cross-platform module-based framework for developing C++20 desktop applications
AFakeMutex Class Reference

Implements mutex interface but does nothing, useful for mocking a mutex. More...

Detailed Description

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>


The documentation for this class was generated from the following file: