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. 

0

Please sign in to leave a comment.