Commit c541df4
committed
Move completed_task_count incrementer after task is successful
Completed task count was previously incremented no matter the success of
the task. In hopes to introduce a failed_task_count counter, this moves
the increment of the completed_task_count to the block where the thread
execution takes place1 parent 9c5b03a commit c541df4
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
104 | 109 | | |
105 | 110 | | |
106 | 111 | | |
| |||
180 | 185 | | |
181 | 186 | | |
182 | 187 | | |
183 | | - | |
184 | 188 | | |
185 | 189 | | |
186 | 190 | | |
| |||
327 | 331 | | |
328 | 332 | | |
329 | 333 | | |
| 334 | + | |
330 | 335 | | |
331 | 336 | | |
332 | 337 | | |
| |||
0 commit comments