pollymc/launcher/tasks
flow 7cf2c3be0f
fix: start at least one task in ConcurrentTask
This allows us to emit all the necessary stuff when we're finished in
the case of starting a task with no subtasks. In particular, this caused
the mod updater to not work properly :)

Signed-off-by: flow <flowlnlnln@gmail.com>
2022-09-07 12:11:42 -03:00
..
ConcurrentTask.cpp fix: start at least one task in ConcurrentTask 2022-09-07 12:11:42 -03:00
ConcurrentTask.h fix: abort logic running subsequent tasks anyways some times 2022-08-28 16:29:01 -03:00
MultipleOptionsTask.cpp fix: make MultipleOptionsTask inherit directly from SequentialTask 2022-08-28 16:29:02 -03:00
MultipleOptionsTask.h fix: make MultipleOptionsTask inherit directly from SequentialTask 2022-08-28 16:29:02 -03:00
SequentialTask.cpp refactor: make SequentialTask inherit from ConcurrentTask 2022-08-28 16:29:01 -03:00
SequentialTask.h refactor: make SequentialTask inherit from ConcurrentTask 2022-08-28 16:29:01 -03:00
Task_test.cpp feat(test): add more tests to Tasks 2022-08-28 16:29:01 -03:00
Task.cpp feat: make Task a QRunnable 2022-08-20 10:41:59 -03:00
Task.h feat: make Task a QRunnable 2022-08-20 10:41:59 -03:00