AUI Framework
develop
Cross-platform base for C++ UI apps
|
Wraps the object with a Lockable, providing exclusive access layer, i.e., for thread-safety. More...
#include <AUI/Thread/AMutexWrapper.h>
T | The type of the value to be protected. |
Lockable | A lockable type which manages locking behaviour, i.e, AMutex. |
On debug builds, provides a runtime check for better diagnostics.
Aka boost::synchronized_value
.