07 2020 档案

摘要:Barrier 阅读全文
posted @ 2020-07-09 11:53 vvull 阅读(157) 评论(0) 推荐(0)
摘要:CountdownEvent 阅读全文
posted @ 2020-07-09 11:44 vvull 阅读(126) 评论(0) 推荐(0)
摘要:类似自动事务AutoResetEvent 类似手动事务ManualResetEvent 阅读全文
posted @ 2020-07-09 11:12 vvull 阅读(168) 评论(0) 推荐(0)
摘要:看看我 还有我 委托与委托之间的协变与逆变需要显式使用使用out与in,委托与方法不需要。 阅读全文
posted @ 2020-07-03 11:04 vvull 阅读(148) 评论(0) 推荐(0)
摘要:遇到await后,后序代码由新线程接管,即操作开始异步。 官方文档 #简易版 不阻塞主线程 class Program { static void Main(string[] args) { Console.WriteLine($"主线程{Thread.CurrentThread.ManagedTh 阅读全文
posted @ 2020-07-01 11:44 vvull 阅读(255) 评论(0) 推荐(0)