Added initial support for new style threads launch method.
This commit is contained in:
parent
dff59fabc2
commit
27f3008d79
32 changed files with 1429 additions and 505 deletions
|
@ -29,6 +29,9 @@
|
|||
#include <stdint.h>
|
||||
|
||||
|
||||
namespace xmrig {
|
||||
|
||||
|
||||
class IWorker
|
||||
{
|
||||
public:
|
||||
|
@ -42,4 +45,7 @@ public:
|
|||
};
|
||||
|
||||
|
||||
} // namespace xmrig
|
||||
|
||||
|
||||
#endif // XMRIG_IWORKER_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue