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"
- Host: GitHub
- URL: https://github.com/mooophy/cpp-concurrency
- Owner: Mooophy
- License: mit
- Created: 2014-11-16T23:32:57.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-27T03:53:30.000Z (about 11 years ago)
- Last Synced: 2025-04-13T17:58:26.881Z (9 months ago)
- Language: C++
- Homepage:
- Size: 3.53 MB
- Stars: 15
- Watchers: 7
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`