eduasync


A reimplementation of parts of the library requirements of the C# 5 async support

Like Edulinq, this project is purely for educational purposes. It will go through the types that the C# 5 compiler relies on to implement async methods, as well as investigating how to make awaitable types.

This is the essentially the code repository for the Eduasync blog post series.

Project Information

The project was created on May 6, 2011.

Labels:
async CSharp