Task Parallel Library goes public

If you're interested in taking advantage of multiple processors and code in .NET with a minimal amount of effort then this is the library for you. The introductory MSDN article is here.

Long live Parallel.For() :)