# c++ concurrency in action - code samples **Repository Path**: semisight/cpp-concurrency-in-action ## Basic Information - **Project Name**: c++ concurrency in action - code samples - **Description**: Code samples for C++ Concurrency in Action - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-12-05 - **Last Updated**: 2025-05-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Companion Source Code for C++ Concurrency in Action 2nd Edition This repository contains the source code from the second edition of [C++ Concurrency in Action](https://www.cplusplusconcurrencyinaction.com/), by Anthony Williams. The **listings** folder contains the listings from the book. Each file is named `listing_..cpp`, so `listing_1.1.cpp` is the first listing in chapter 1, which is marked as listing 1.1 in the book, and `listing_10.3.cpp` is the third listing in chapter 10, which is marked as listing 10.3 in the book. The source code is released under the [Boost Software License](https://www.boost.org/LICENSE_1_0.txt).