C++ Concurrency in Action: Practical Multithreading
SummaryC++ Concurrency in Action is a reference and guide to the new C++ 11 Standard for experienced C++ programmers as well as those who have never written multithreaded code. This book will show you how to write robust multithreaded applications in C++ while avoiding many common pitfalls. About the TechnologyMultiple processors with multipl More »