lxg

导航

 

2020年7月20日

摘要: 测试如下: threadPool.InitThread(8); threadPool.Start(); for(int i=0; i<100; ++i) { TestRunnable* task = new TestRunnable(); task->i = i; threadPool.PushTa 阅读全文
posted @ 2020-07-20 16:04 lxg_7105 阅读(147) 评论(0) 推荐(0) 编辑