登录 注册
当前位置:主页 > 资源下载 > 10 > C++ Concurrency in Action - Practical Multithreading 2012下载

C++ Concurrency in Action - Practical Multithreading 2012下载

  • 更新:2024-07-16 19:42:20
  • 大小:6.2MB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:C++ - 后端
  • 格式:PDF

资源介绍

文字版,带书签。 brief contents 1 ■ Hello, world of concurrency in C++! 2 ■ Managing threads 3 ■ Sharing data between threads 4 ■ Synchronizing concurrent operations 5 ■ The C++ memory model and operations on atomic types 6 ■ Designing lock-based concurrent data structures 7 ■ Designing lock-free concurrent data structures 8 ■ Designing concurrent code 9 ■ Advanced thread management 10 ■ Testing and debugging multithreaded applications