A review by civil6512
C++ Concurrency in Action: Practical Multithreading by Anthony Williams

4.0

A very detailed walkthrough of C++ concurrency, this book requires actually working with the APIs and techniques it describes, as otherwise it becomes too hard to stay focused.

The lock-free design chapter is priceless, and the C++11 appendix is almost as good as a dedicated C++11 book. Finally, the concurrency API reference also included as an appendix can be very useful.

More a reference book to have near your desk than a technical book to read while commuting, C++ Concurrency is a worthy investment.