Add Workers class.
This commit is contained in:
parent
29aa466023
commit
f9c244f0aa
10 changed files with 138 additions and 42 deletions
|
@ -38,8 +38,6 @@ public:
|
|||
Worker(Handle *handle);
|
||||
~Worker();
|
||||
|
||||
void start() override;
|
||||
|
||||
protected:
|
||||
cryptonight_ctx *m_ctx;
|
||||
Handle *m_handle;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue