C# 线程池队列使用
摘要:
// 推送大批量数据 static void ThreadPool_Sync(List listCUniqueCode, int UserID) { ThreadPool.SetMinThreads(1, 1);//最少线程数和最少I/O ThreadPool.SetMaxThreads(10, 1 阅读全文
posted @ 2022-08-02 18:41 君叶 阅读(260) 评论(0) 推荐(0)
posted @ 2022-08-02 18:41 君叶 阅读(260) 评论(0) 推荐(0)