folkengine / cpp_concurrency_in_action

Playing with the code from Anthony Williams' C++ Concurrency in Action 2Ed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build and Test License

Original README.md

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, by Anthony Williams.

The listings folder contains the listings from the book. Each file is named listing_<chapter-number>.<listing-number>.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.

Dependencies

Resources

About

Playing with the code from Anthony Williams' C++ Concurrency in Action 2Ed

License:MIT License


Languages

Language:C++ 97.2%Language:CMake 1.9%Language:Python 0.4%Language:Shell 0.3%Language:Dockerfile 0.2%