Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-28 | fix: make MultipleOptionsTask inherit directly from SequentialTask | flow | |
It's not a good idea to have multiple concurrent tasks running on a sequential thing like this one. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-08-28 | refactor: make MultipleOptionsTask inherit from ConcurrentTask too | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-17 | feat: add MultipleOptionsTask | flow | |
This is a variation of a Sequential Task, in which a subtask failing will prompt the next one to execute, and a subtask being successful will stop the task. This way, this can be used for easily managing fallbacks with tasks. :D Signed-off-by: flow <flowlnlnln@gmail.com> |