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

Like AMutex but has shared lock type (in addition to basic lock which is unique locking) implementing RW synchronization. More...

Detailed Description

Like AMutex but has shared lock type (in addition to basic lock which is unique locking) implementing RW synchronization.

Public Member Functions

void lock_shared ()
 
- Public Member Functions inherited from aui::detail::MutexExtras< std::shared_mutex >
void lock ()
 

#include <AUI/Thread/AMutex.h>


The documentation for this struct was generated from the following file:
Inheritance diagram for ASharedMutex:
Collaboration diagram for ASharedMutex: