Is there a real difference between wait and await?
In the context of the discussion in this blog post and comments on using await
as a keyword for a potentially asynchronous operation in C#5, I wondered if there is any real difference between await and wait? Already as a dictionary definition, but also in common usage.
Comments
Post a Comment