Tuesday, March 13, 2018

Parallel.ForEach equivalent in 3.5?

I need to be able to implement something like the Parellel.ForEach that's available in 4.0+ but in 3.5. I'm stuck with 3.5 in this case, so there is no other option for this.

Is there something similar I can cobble together in 3.5 that will use the threadpool like Parellel.ForEach?

Parallel.ForEach equivalent in 3.5? Click here
  • Blogger Comment
  • Facebook Comment

0 comments:

Post a Comment

The webdev Team