I’ve been doing a lot of work with the new Task class that ships with .NET 4.0 as I’ve been revising my CLR via C# book (due out in early 2010). Task are really good for performing asynchronous compute-bound work and while my AsyncEnumerator was really Read More...