mirror of
https://github.com/Relintai/thread_pool.git
synced 2024-11-12 10:25:29 +01:00
should_so should return true at the end.
This commit is contained in:
parent
ff3224f7d0
commit
0297e4d86d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user