AUI Framework  master
Cross-platform base for C++ UI apps
Loading...
Searching...
No Matches
ARecursiveMutex Struct Reference

Like AMutex but can handle multiple locks for one thread (recursive). More...

#include <AUI/Thread/AMutex.h>

Detailed Description

Note
Please note that the usage of recursive mutex may indicate that your code may have architectural issues related to the concurrency (e.g., comodification of a container that is being foreach-looped). Use recursive mutex with care.