Added initial support for new style threads launch method.

This commit is contained in:
XMRig
2019-07-16 22:10:50 +07:00
parent e3bb94ea1d
commit fe2ae04f8d
32 changed files with 1429 additions and 505 deletions

View File

@@ -29,6 +29,9 @@
#include <stdint.h>
namespace xmrig {
class IWorker
{
public:
@@ -42,4 +45,7 @@ public:
};
} // namespace xmrig
#endif // XMRIG_IWORKER_H