摘要: 提供的线程安全封装类: //1. 引入System.Collections.Concurrent命名 线程安全数据结构 //2. 把之前的非线程安全的数据结构更换成以下数据结构即可; { //List<int> tasklist = new List<int>(); //BlockingCollec 阅读全文
posted @ 2022-12-18 18:38 大树2 阅读(223) 评论(0) 推荐(0) 编辑