当你的才华不能撑起你的野心时,就是你该选择学习的时候了!

摘要: 异步调用同步方法需要.GetAwaiter().GetResult() .Wait()或.GetAwaiter().GetResult()两者都是同步等待操作的结果(如果可能,应避免使用它们) var task = Task.Run(() => _creditScoreServiceExtensio 阅读全文
posted @ 2023-11-07 10:34 hofmann 阅读(436) 评论(0) 推荐(0)