2010年12月26日
摘要: Asynchronous Programming in C# and Visual Basic C# 和 Visual Basic 中的异步编程Mads Torgersen, MicrosoftOctober 2010ContentsWhy asynchronous?为什么要异步How bad is it? 情况有多糟A new approach一个新的途径Tasks任务The Task-based asynchronous pattern基于Task的异步模式Async methods and awaiting异步方法与等待Event handlers and void returning 阅读全文
posted @ 2010-12-26 12:48 cyclone_dll 阅读(1427) 评论(0) 推荐(1) 编辑