Where can I find good, solid documentation for the C++0x synchronization primitives? [closed]

此生再无相见时 提交于 2019-11-27 01:40:55

问题


I've seen articles on ::std::thread and ::std::forward and such, but I have seen no good articles on ::std::atomic. There is, of course, the standards proposal paper, but I haven't seen any good documentation for someone who just wanted to use the facility.

Is there any? Where can I find it?


回答1:


The just::thread library has decent documentation and was developed by Anthony Williams, author of C++ Concurrency in Action and maintainer of the Boost thread library.




回答2:


There's also the C++ Concurrency in Action book by Anthony Williams.



来源:https://stackoverflow.com/questions/4938258/where-can-i-find-good-solid-documentation-for-the-c0x-synchronization-primiti

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!