Allow partially started threads.

This commit is contained in:
XMRig
2019-09-17 02:22:59 +07:00
parent 88fd722ad3
commit d1d0ed7fe2
14 changed files with 94 additions and 37 deletions

View File

@@ -29,6 +29,7 @@
#include "backend/common/Thread.h"
#include "backend/cpu/CpuLaunchData.h"
#include "base/tools/Object.h"
#ifdef XMRIG_FEATURE_OPENCL
@@ -47,6 +48,8 @@ template<class T>
class Workers
{
public:
XMRIG_DISABLE_COPY_MOVE(Workers)
Workers();
~Workers();