The Powerful Async Pattern in .NET 4.0 with Tasks

Hi, in my blog entry The Powerful Async Pattern in .NET 1.1 without TPL and Async CTP1 I wrote about async pattern in .NET 1.1. And today, I would like to show a pattern with tasks for .NET 4.0. The example code is very similar except for the RunAsync method that I will show below. And below is an output with results. So, as you can see results are similar then last Continue ReadingThe Powerful Async Pattern in .NET 4.0 with Tasks