Parallel Extensions: Difference between revisions

Content deleted Content added
m Fixing "Pages with ISBN errors" error in citation
m link foreach loop using Find link
Line 18:
;Parallel.Invoke: Executes an array of Action delegates in parallel, and then waits for them to complete
;Parallel.For: Parallel equivalent of a C# for loop
;Parallel.ForEach: Parallel equivalent of a C# [[foreach loop]]
 
==Architecture==