c++ 中有可用的并发队列库吗?

发布于 2024-11-07 16:40:40 字数 32 浏览 0 评论 0原文

我想知道 C++ 中是否有可用的并发队列实现/库?

I am wondering if there is any concurrent queue implementation/library available in c++?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

定格我的天空 2024-11-14 16:40:40

英特尔线程构建模块有一个: http://threadingbuildingblocks.org/files/documentation/a00129.html 。并发运行时(VS 2010 中提供)中也有一个 http://msdn .microsoft.com/en-us/library/ee355358.aspx

The Intel Thread Building Blocks have one: http://threadingbuildingblocks.org/files/documentation/a00129.html. There is also one in the Concurrency Runtime (available with VS 2010) http://msdn.microsoft.com/en-us/library/ee355358.aspx.

∝单色的世界 2024-11-14 16:40:40

threadpool 是一个跨平台的 C++ 线程池库。

threadpool is a cross-platform C++ thread pool library.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文