0
kicks
Async Iterators
You’ve already heard about async in C# 5. This new feature is going to improve UI responsiveness and developer productivity simultaneously, to say the least. I’ll assume that you’re also familiar with Task<T>, the generic type in the .NET Framework that provides a common model for asynchronous functions, and one of the types on which the async feature depends.