Skip to content

ASharedMutex#

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

Header:#include <AUI/Thread/AMutex.h>
CMake:aui_link(my_target PUBLIC aui::core)