By mswatcher
via blogs.msdn.com
Submitted: Feb 12 2013 / 12:24
The 5.0 release of C# introduced the await keyword which makes it extremely easy to use Task in a non-blocking fashion. This allows developers to replace either blocking calls to Task.Wait() or complicated combinations of ContinueWith and callbacks with a nice simple, straight forward expression
Tweet
SaveShareSend
Tags: .net, frameworks, other languages
Add your comment