datashare
datashare copied to clipboard
feat: parallelize cli with multithreaded task manager
when we refactored the task management system we changed CliApp class to execute sequentially the tasks.
To distribute tasks like INDEX,ARTIFACT it could be better to execute these tasks in parallel.