Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-17 | refactor(Tasks): remove 'm_total_size' from ConcurrentTask | flow | |
We can use the queues directly instead. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-12-15 | feat(Tasks): add ConcurrentTask::clear to allow re-using tasks | flow | |
This way old runs won't pile up in the internal DSs Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-08-28 | fix: abort logic running subsequent tasks anyways some times | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-01 | feat: add ConcurrentTask | flow | |
This tasks (or rather, meta-task) has the ability to run several other sub tasks concurrently. Signed-off-by: flow <flowlnlnln@gmail.com> |