Add Workers class.
This commit is contained in:
parent
29aa466023
commit
f9c244f0aa
10 changed files with 138 additions and 42 deletions
|
@ -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([]() {});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue