In the C# 5 – await and async combination - I understand the await instruction. But why should I write the async instruction? Shouldn't the compiler be able to automatically detect all async method?
feedback
|
|
As I stated on my blog, this was considered but rejected. To summarize: a single-word See also Eric Lippert's post, these blog comments, this Channel9 discussion, this forum question, and this SO question. | |||
|
feedback
|