C++ Concurrency in Action, Second Edition

  • 13h 1m 33s
  • Anthony Williams
  • Manning Publications
  • 2019

C++ Concurrency in Action, Second Edition is the definitive guide to writing elegant multithreaded applications in C++. Updated for C++ 17, it carefully addresses every aspect of concurrent development, from starting new threads to designing fully functional multithreaded algorithms and data structures. Concurrency master Anthony Williams presents examples and practical tasks in every section, including insights that will delight even the most experienced developer.

What's Inside

  • Full coverage of new C++ 17 features
  • Starting and managing threads
  • Synchronizing concurrent operations
  • Designing concurrent code
  • Debugging multithreaded applications

In this Audiobook

  • 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 - Parallel Algorithms
  • Chapter 11 - Testing and Debugging Multithreaded Applications
SHOW MORE
FREE ACCESS

YOU MIGHT ALSO LIKE