Provisional multithreading framework
This commit is contained in:
@@ -108,7 +108,7 @@ public:
|
||||
|
||||
private:
|
||||
T *handle;
|
||||
uint64 refCount;
|
||||
std::atomic_uint64_t refCount;
|
||||
};
|
||||
|
||||
template <typename T>
|
||||
|
||||
Reference in New Issue
Block a user