aboutsummaryrefslogtreecommitdiff
path: root/launcher/tasks/ConcurrentTask.cpp
AgeCommit message (Expand)Author
2023-01-24fix(Tasks): don't try to start more tasks than necessaryflow
2023-01-18fix: call processEvents() before adding new tasks to the task queueflow
2022-12-17refactor(Tasks): remove 'm_total_size' from ConcurrentTaskflow
2022-12-15feat(Tasks): allow adding subtasks while running in ConcurrentTaskflow
2022-12-15feat(Tasks): add ConcurrentTask::clear to allow re-using tasksflow
2022-09-07fix: start at least one task in ConcurrentTaskflow
2022-08-28fix: abort logic running subsequent tasks anyways some timesflow
2022-08-28fix: 'succeeded while not running' spam in ConcurrentTaskflow
2022-08-28fix: bogus progress update when the total step progress was zeroflow
2022-08-28fix: only try to start tasks that are really thereflow
2022-07-24fix: pump events and do a queued start for concurrent tasksflow
2022-07-01feat: add ConcurrentTaskflow