文件名称:C++ Concurrency in Action - Practical Multithreading 2012
文件大小:6.2MB
文件格式:PDF
更新时间:2020-10-23 04:41:24
C++ Concurrency Practical Multithread
文字版,带书签。 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