Refactor parallel execution
The code in parallel_execution.py
is overly complicated and the class ParallelExecution
is a all-in-one class that has too much responsabilities.
The code in parallel_execution.py
is overly complicated and the class ParallelExecution
is a all-in-one class that has too much responsabilities.