An open API service indexing awesome lists of open source software.

https://github.com/mooophy/cpp-concurrency

Codes and notes for the book "C++ Concurrency in Action"
https://github.com/mooophy/cpp-concurrency

Last synced: 6 months ago
JSON representation

Codes and notes for the book "C++ Concurrency in Action"

Awesome Lists containing this project

README

          

Cpp-Concurrency
===============

- Implementation and notes for "C++ Concurrency in Action"
- to compile on Linux :
- `g++ -std=c++11 -Wall some_code.cpp -o run_me -pthread`