Age | Commit message (Expand) | Author |
---|---|---|
2023-01-24 | fix(Tasks): don't try to start more tasks than necessary | flow |
2023-01-18 | fix: call processEvents() before adding new tasks to the task queue | flow |
2022-12-17 | refactor(Tasks): remove 'm_total_size' from ConcurrentTask | flow |
2022-12-15 | feat(Tasks): allow adding subtasks while running in ConcurrentTask | flow |
2022-12-15 | feat(Tasks): add ConcurrentTask::clear to allow re-using tasks | flow |
2022-09-07 | fix: start at least one task in ConcurrentTask | flow |
2022-08-28 | fix: abort logic running subsequent tasks anyways some times | flow |
2022-08-28 | fix: 'succeeded while not running' spam in ConcurrentTask | flow |
2022-08-28 | fix: bogus progress update when the total step progress was zero | flow |
2022-08-28 | fix: only try to start tasks that are really there | flow |
2022-07-24 | fix: pump events and do a queued start for concurrent tasks | flow |
2022-07-01 | feat: add ConcurrentTask | flow |