parallel.foreach

  1. J

    struck while converting into Parallel.ForEach

    I have below two functions, function Runtest is running foreach and taking too much time to complete. I am thinking to covert the foreach loop to run parallel and using Parallel.ForEach, but seeing below two issue: 1. The issue is in current implementation GetHighestPriority function is...
Back
Top Bottom