水木社区手机版
首页
|版面-C++程序设计语言(CPlusPlus)|
新版wap站已上线
返回
1/1
|
转到
主题:有什么好用的线程池库吗?
7楼
|
nebulabox
|
2023-09-03 10:49:39
|
展开
最简单有效的是asio的实现
asio::thread_pool pool(4);
asio::post(pool,
[]()
{
});
// Wait for all tasks in the pool to complete.
pool.join();
【 在 wjhtingerx 的大作中提到: 】
: 推荐一个
--
FROM 183.192.237.*
1/1
|
转到
选择讨论区
首页
|
分区
|
热推
BYR-Team
©
2010.
KBS Dev-Team
©
2011
登录完整版