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

https://github.com/drkwitht/cpp_concurrency_samples

Examples of modern C++ concurrency.
https://github.com/drkwitht/cpp_concurrency_samples

example-code modern-cpp multithreading synchronization

Last synced: about 1 year ago
JSON representation

Examples of modern C++ concurrency.

Awesome Lists containing this project

README

          

# README

### Brief
This repository contains sample, modern C++ code for multithreading and synchronizing constructs. Some concepts covered include threads, mutexes, atomic variables, and more.

### Requirements
- C++20 supporting compiler
- CMake 3.28
- A *nix system?

### Samples:
- Multi-threaded summation of a vector
- Producer & consumer accumulating a total