A lightweight wrapper for DObject that adds locking capabilities. More...
#include "DObject.h"
#include <mutex>
Go to the source code of this file.
A lightweight wrapper for DObject that adds locking capabilities.
This class allows safe concurrent access to a DObject by providing locking and unlocking methods.