Book Image

Concurrency with Modern C++

By : Rainer Grimm
Book Image

Concurrency with Modern C++

By: Rainer Grimm

Overview of this book

C++11 is the first C++ standard that deals with concurrency. The story goes on with C++17 and will continue with C++20/23. Concurrency with Modern C++ is a practical guide that gets you to grips with concurrent programming in Modern C++. Starting with the C++ memory model and using many ready-to-run code examples, the book covers everything you need to improve your C++ multithreading skills. You'll gain insight into different design patterns. You'll also uncover the general consideration you have to keep in mind while designing a concurrent data structure. The final chapter in the book talks extensively about the common pitfalls of concurrent programming and ways to overcome these hurdles. By the end of the book, you'll have the skills to build your own concurrent programs and enhance your knowledge base.
Table of Contents (19 chapters)
Free Chapter
1
Reader Testimonials
19
Index

Reader Testimonials

Bart Vandewoestyne

Senior Development Engineer Software at Esterline

       "'Concurrency with Modern C++' is your practical guide to getting
       familiar with concurrent programming in Modern C++.  Starting with the
       C++ Memory Model and using many ready-to-run code examples, the book
       covers a good deal of what you need to improve your C++ multithreading
       skills.  Next to the enlightening case studies that will bring you up
       to speed, the overview of upcoming concurrency features might even wet
       your appetite for more!"

Ian Reeve

Senior Storage Software Engineer for Dell Inc.

       "Rainer Grimm's Concurrency with Modern C++ is a well written book 
       covering the theory and practice for working with concurrency per the 
       existing C++ standards, as well as addressing the potential changes 
       for the upcoming C++ 20 standard. He provides a conversational 
       discussion of the applications and best practices for concurrency along 
       with example code to reinforce the details of each topic. An informative 
       and worthwhile read!"

Robert Badea

Technical Team Leader

       "Concurrency with Modern C++ is the easiest way to become an expert in 
       the multithreading environment. This book contains both simple and advanced 
       topics, and it has everything a developer needs, in order to become an 
       expert in this field: Lots of content, a big number of running code examples, 
       along with great explanation, and a whole chapter for pitfalls. I enjoyed 
       reading it, and I highly recommend it for everyone working with C++."