Introduce a Pipeline system to enhance task execution by supporting dependencies, prioritization, and result passing between tasks. This will enable tasks to execute in a topological order, ensuring all dependencies are completed before a task runs.
TODO:
Introduce a
Pipelinesystem to enhance task execution by supporting dependencies, prioritization, and result passing between tasks. This will enable tasks to execute in a topological order, ensuring all dependencies are completed before a task runs.TODO:
dependsOn).