Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
e283ff8013
26 changed files with 621 additions and 561 deletions
|
@ -48,6 +48,10 @@ void SingleWorker::start()
|
|||
}
|
||||
while (Workers::isPaused());
|
||||
|
||||
if (Workers::sequence() == 0) {
|
||||
break;
|
||||
}
|
||||
|
||||
consumeJob();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue