mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-12 17:52:48 -05:00
Add Workers class.
This commit is contained in:
@@ -35,5 +35,4 @@ Handle::Handle(int id) :
|
||||
void Handle::start(void *(*callback) (void *))
|
||||
{
|
||||
pthread_create(&m_thread, nullptr, callback, this);
|
||||
// m_thread = std::thread([]() {});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user