Advice on running multiple parallel progress
Answered
I'm cloning multiple repositories serially one after the other using Task.WithResult. And after all the repositories are cloned, I perform a few operations(like copy, move etc) on the repositories that are cloned. I was wondering if there is a way to clone all the repositories in parallel by running all the Task's together with ProgressManager and wait until all the repositories are cloned and then perform the further operations.
1 comment
Sort by
Date
Votes

Isn't’ that rather a Java question than IJ SDK?
https://stackoverflow.com/questions/7939257/wait-until-all-threads-finish-their-work-in-java
Please sign in to leave a comment.