添加线程池

This commit is contained in:
AdamSmith
2020-11-20 10:06:01 +08:00
parent 8db95b4ea6
commit 2724d791c5
4 changed files with 224 additions and 1 deletions

View File

@@ -19,4 +19,9 @@
参考内容
* CoverEars(迅雷不及掩耳Qt版多线程下载器) https://github.com/xj361685640/CoverEars-Qt
![](./MultiplethreadDownload/screenshot.png)
![](./MultiplethreadDownload/screenshot.png)
# C++ 相关DEMO
用来测试练习C++技术的。
C++实现的线程池,有些问题 [点击查看](./ThreadPool)