Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Fusl 2017-08-14 00:13:39 +02:00
commit e283ff8013
26 changed files with 621 additions and 561 deletions

View file

@ -48,6 +48,10 @@ void SingleWorker::start()
}
while (Workers::isPaused());
if (Workers::sequence() == 0) {
break;
}
consumeJob();
}