I have a List of objects and I\'d like to loop over that list and start a new thread, passing in the current object.
I\'ve written an example of what I thought shoul
if sequence is not matter than go for
Parallel.ForEach(myList, obj => this.MyMethod(obj) );
Write a Simple Parallel.ForEach Loop