Async programming
Anyone using this in the wild? Performance metrics in practice etc.
2
votes
2 comments
-
Granville Barnett
commented
Don't see why not.
-
Matt Ross
commented
Would that include using asynchronous methods in ASP.NET MVC 4, returning Task<ActionResult>, and using the await and async keywords?
We could also look at the Task-based Asynchronous Pattern (TAP).