Advice on running multiple parallel progress
已回答
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 条评论
排序方式
日期
投票数
Isn't’ that rather a Java question than IJ SDK?
https://stackoverflow.com/questions/7939257/wait-until-all-threads-finish-their-work-in-java
请先登录再写评论。