Custom awaitable and awaiter types in C# 5.0 asynchronous
In C# 5.0 you can use the await keyword to await an awaitable object. But what is the minimum requirement for an object to be considered awaitable by C#? Interestingly there are no interfaces to be implemented in order to be considered awaitable!Havi...
danial.au1 min read