- The source code of the Book C++ Concurrency in Action by Anthony Williams imported from http://www.manning.com/williams/CCiA_SourceCode.zip.
- Chapter 1. Hello, world of concurrency in C++!
- Chapter 2. Managing threads
- Chapter 3. Sharing data between threads
- Chapter 4. Synchronizing concurrent operations
- Chapter 5. The C++ memory model and operations on atomic types
- Chapter 6. Designing lock-based concurrent data structures
- Chapter 7. Designing lock-free concurrent data structures
- Chapter 8. Designing concurrent code
- Chapter 9. Advanced thread management
- Chapter 10. Testing and debugging multithreaded applications
- appendix A. Brief reference for some C++11 language features
- appendix B. Brief comparison of concurrency libraries
- appendix C. A message-passing framework and complete ATM example
- appendix D. C++ Thread Library reference