Tag Archives: TPL

Async-await

Every tutorial on async-await support of C# will state that they are helpers that work like this: an async method is just like ending with an operation completed event being raised; an await method call is just like registering an operation … Continue reading

Posted in .NET, C# | Tagged , , , , | Leave a comment