mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-05 21:06:58 +03:00
In a way, sequential tasks are just concurrent tasks with only a single task running concurrently, so we can remove LOTS of duplicated logic :) Signed-off-by: flow <flowlnlnln@gmail.com> |
||
|---|---|---|
| .. | ||
| ConcurrentTask.cpp | ||
| ConcurrentTask.h | ||
| MultipleOptionsTask.cpp | ||
| MultipleOptionsTask.h | ||
| SequentialTask.cpp | ||
| SequentialTask.h | ||
| Task.cpp | ||
| Task.h | ||
| Task_test.cpp | ||