should_so should return true at the end.

This commit is contained in:
Relintai 2020-08-04 15:15:49 +02:00
parent ff3224f7d0
commit 0297e4d86d

View File

@ -109,7 +109,7 @@ bool ThreadPoolJob::should_do(const bool just_check) {
++_current_run_stage;
++_stage;
return false;
return true;
}
bool ThreadPoolJob::should_return() {
if (_cancelled)