pollymc/launcher/tasks
flow 00d42d296e
fix: call processEvents() before adding new tasks to the task queue
This allows the ongoing task to go off the stack before the next one is
started.

Signed-off-by: flow <flowlnlnln@gmail.com>
2023-01-18 16:23:30 -03:00
..
ConcurrentTask.cpp fix: call processEvents() before adding new tasks to the task queue 2023-01-18 16:23:30 -03:00
ConcurrentTask.h refactor(Tasks): remove 'm_total_size' from ConcurrentTask 2022-12-17 13:10:19 -03:00
MultipleOptionsTask.cpp refactor(Tasks): remove 'm_total_size' from ConcurrentTask 2022-12-17 13:10:19 -03:00
MultipleOptionsTask.h fix: make MultipleOptionsTask inherit directly from SequentialTask 2022-08-28 16:29:02 -03:00
SequentialTask.cpp refactor(Tasks): remove 'm_total_size' from ConcurrentTask 2022-12-17 13:10:19 -03:00
SequentialTask.h refactor: make SequentialTask inherit from ConcurrentTask 2022-08-28 16:29:01 -03:00
Task.cpp Change old style cast to C++ cast 2022-10-22 13:04:48 +02:00
Task.h refactor: setAbortStatus -> setAbortable 2022-09-20 18:36:10 -03:00