<b>Summary</b><br /><br /><i>C++ Concurrency in Action</i> 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.<br /><br /><b>About the Technology</b>Multiple processors with multiple cores are the norm these days. The C++11 version of the C++ language offers beefed-up support for multithreaded applications, and requires that you master the principles, techniques, and new language features of concurrency to stay ahead of the curve.<br /><br /><b>About the Book</b>Without assuming you have a background in the subject, <i>CC++ Concurrency in Action</i> gradually enables you to write robust and elegant multithreaded applications in C++11. You'll explore the threading memory model, the new multithreading support library, and basic thread launching and synchronization facilities. Along th
0コメント