qxLib
|
#include <qx/macros/copyable_movable.h>
#include <mutex>
#include <optional>
#include <qx/threads_shared.inl>
Go to the source code of this file.
Classes | |
class | qx::shared_proxy< data_t, synchronization_primitive_t > |
A proxy class that provides access to an object stored in threads_shared and provides raii for synchronization primitives. More... | |
class | qx::threads_shared< data_t, synchronization_primitive_t > |
A class that provides thread-safe access to an object, including construction and destruction. More... | |
Definition in file threads_shared.h.