码迷,mamicode.com
首页 > 其他好文 > 详细

编程概念--使用async和await的异步编程

时间:2015-06-19 21:28:09      阅读:110      评论:0      收藏:0      [点我收藏+]

标签:

https://msdn.microsoft.com/en-us/library/hh191443(v=vs.110).aspx

You can avoid performance bottlenecks and enhance the overall responsiveness of your application by using asynchronous programming. However, traditional techniques for writing asynchronous applications can be complicated, making them difficult to write, debug, and maintain.

Visual Studio 2012 introduces a simplified approach, async programming, that leverages asynchronous support in the .NET Framework 4.5 and the Windows Runtime. The compiler does the difficult work that the developer used to do, and your application retains a logical structure that resembles synchronous code. As a result, you get all the advantages of asynchronous programming with a fraction of the effort.

编程概念--使用async和await的异步编程

标签:

原文地址:http://www.cnblogs.com/chucklu/p/4589712.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!