C++ 併發中的無鎖編程

 


基礎預備:c++ automic類型以及c++內存模型

https://blog.csdn.net/qq_35865125/article/details/105611985

https://blog.csdn.net/qq_35865125/article/details/106936081


資料1:

《C++ concurrency in action,  second editon》by Anthony Wiliams, chapter 7, 

  有網友做了中文翻譯:https://wiki.jikexueyuan.com/project/cplusplus-concurrency-action/content/chapter7/7.0-chinese.html

資料2:

《Effective Modern C++》Item 40:Use std::atomic for concurrency


 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章