We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement a library module that is meeting the requirements described in epic.
The text was updated successfully, but these errors were encountered:
feat: Implement tool for parallel execution (#2009)
3b5535c
Fixes #2001 ### Parallel execution algorithm * [README.md](https://github.com/Flank/flank/blob/2001_Implement_tool_for_parallel_execution/tool/execution/parallel/README.md) #### Example graph execution ![example-graph](http://www.plantuml.com/plantuml/proxy?cache=no&fmt=svg&src=https://raw.githubusercontent.com/Flank/flank/2001_Implement_tool_for_parallel_execution/docs/hld/parallel-example-graph.puml) #### Algorithm ![parallel-execution](http://www.plantuml.com/plantuml/proxy?cache=no&fmt=svg&src=https://raw.githubusercontent.com/Flank/flank/2001_Implement_tool_for_parallel_execution/docs/hld/parallel-execution.puml) #### Functions ![parallel-execution](http://www.plantuml.com/plantuml/proxy?cache=no&fmt=svg&src=https://raw.githubusercontent.com/Flank/flank/2001_Implement_tool_for_parallel_execution/docs/hld/parallel-execution-api-functions.puml) #### Types ![parallel-execution](http://www.plantuml.com/plantuml/proxy?cache=no&fmt=svg&src=https://raw.githubusercontent.com/Flank/flank/2001_Implement_tool_for_parallel_execution/docs/hld/parallel-execution-api-structures.puml) ### Different graph states ![parallel-execution](http://www.plantuml.com/plantuml/proxy?cache=no&fmt=svg&src=https://raw.githubusercontent.com/Flank/flank/2001_Implement_tool_for_parallel_execution/docs/hld/task-graph.puml) ## Test Plan > How do we know the code works? Unit tests are passing. ## Checklist - [x] Documented - [x] Unit tested
Successfully merging a pull request may close this issue.
Implement a library module that is meeting the requirements described in epic.
The text was updated successfully, but these errors were encountered: