摘要: C# 5.0中引入了async 和 await。这两个关键字可以让你更方便的写出异步代码。 看个例子: public class MyClass { public MyClass() { DisplayValue(); //这里不会阻塞 System.Diagnostics.Debug.WriteL 阅读全文
posted @ 2016-07-07 10:56 RobotTech 阅读(297) 评论(0) 推荐(0) 编辑