摘要: .net 5 ++ 版本 不支持 Thread.Abort 所以,采用另外一种方案 class Program { static void Main(string[] args) { var thread = new Thread(Test); thread.Start(); SpinWait.Sp 阅读全文
posted @ 2021-05-28 10:10 蓝创精英团队 阅读(4) 评论(0) 推荐(0)