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


 

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