Dean Hume - C#

added by deanomachino
6/27/2011 2:30:29 AM

190 Views

While working through some code, I noticed a method that I have never seen before. I knew that the .Net 4 Framework had introduced a Parallel Class that helped make parallel ForEach Loops easier, but after some searching I came across the ParallelInvoke() method.


0 comments