pollymc/launcher/tasks
flow 369a8cdc74
fix: only try to start tasks that are really there
This fixes an annoying issue where concurrent tasks would try to start
multiple tasks even when there was not that many tasks to run in the
first place, causing some amount of log spam.

Signed-off-by: flow <flowlnlnln@gmail.com>
2022-08-28 16:29:00 -03:00
..
ConcurrentTask.cpp fix: only try to start tasks that are really there 2022-08-28 16:29:00 -03:00
ConcurrentTask.h feat: add ConcurrentTask 2022-07-01 08:34:10 -03:00
MultipleOptionsTask.cpp feat: add MultipleOptionsTask 2022-07-17 11:33:41 -03:00
MultipleOptionsTask.h feat: add MultipleOptionsTask 2022-07-17 11:33:41 -03:00
SequentialTask.cpp fix: always update global progress of sequential tasks 2022-07-17 11:33:41 -03:00
SequentialTask.h feat: add MultipleOptionsTask 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 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