pollymc/launcher/tasks
flow 2d63c86022
feat: make Task a QRunnable
This makes it possible to run a task in another thread.

I added a variable to toggle debug prints because they seem to trigger
an assertion on Qt internals when the task in on another thread. Of
course, this isn't awesome, but can wait until we improve our logging.

Signed-off-by: flow <flowlnlnln@gmail.com>
2022-08-20 10:41:59 -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
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