pollymc/launcher/tasks
flow 882c82f82c
fix: always update global progress of sequential tasks
Previously, it would not update the global counter if the subTask didn't
update its progress, even though progress was being made.

This also prevents a segmentation fault while aborting the task.

Signed-off-by: flow <flowlnlnln@gmail.com>
2022-07-17 11:33:41 -03:00
..
ConcurrentTask.cpp feat: add ConcurrentTask 2022-07-01 08:34:10 -03:00
ConcurrentTask.h feat: add ConcurrentTask 2022-07-01 08:34:10 -03:00
SequentialTask.cpp fix: always update global progress of sequential tasks 2022-07-17 11:33:41 -03:00
SequentialTask.h fix: always update global progress of sequential tasks 2022-07-17 11:33:41 -03:00
Task_test.cpp refactor: move away from UnitTest.cmake 2022-06-14 14:44:49 +02:00
Task.cpp chore: add license header to remaining files 2022-05-12 18:11:55 -03:00
Task.h feat(ui): adapt SequentialTask to nested SequentialTasks 2022-05-23 14:42:27 -03:00