/Cpp-Concurrency

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

Primary LanguageC++MIT LicenseMIT

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