Parallel.Invoke() vs. Explicit Task Management

“Parallel Extensions offers a large variety of APIs supporting parallelism.

During this blog the discussion will be focused on the methodology for making a choice between two of the new Parallel Extensions concepts: parallelism achieved by using Parallel.Invoke() and parallelism achieved through the use of Tasks.”

Continue reading over at dzone...

Leave a Reply