qxLib
|
A proxy class that provides access to an object stored in threads_shared and provides raii for synchronization primitives. More...
#include <threads_shared.h>
A proxy class that provides access to an object stored in threads_shared and provides raii for synchronization primitives.
Locks synchronization primitive in constructor and unlocks in destructor
data_t | - data type |
synchronization_primitive_t | - synchronization primitive type |
Definition at line 35 of file threads_shared.h.