需要有关 boost 同步对象的教程

发布于 2024-09-30 23:23:54 字数 272 浏览 3 评论 0原文

那么 boost 线程库上的文档不如 asio lib 好...... 阅读后:http://www.boost。 org/doc/libs/1_44_0/doc/html/thread/synchronization.html 我得到了主要想法,但没有使用它可以找到的代码和示例。 我很乐意提供有关如何使用它的链接或解释。

well the docs on boost's thread lib isn't as good as the asio lib...
And after reading this: http://www.boost.org/doc/libs/1_44_0/doc/html/thread/synchronization.html I got the main idea but there is no codes and examples, that I could find, using that.
I would be happy for a link or explanations on how using that..

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

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

发布评论

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

评论(1

梦纸 2024-10-07 23:23:54

这两个教程可能会有所帮助,因为它们有代码示例。

These two tutorials might help as they have code examples.

  • this has a section on multithreading which gives an intro to synchronization objects
  • Another one from Dr. Dobb's has an intro.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文