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.
- Host: GitHub
- URL: https://github.com/drkwitht/cpp_concurrency_samples
- Owner: DrkWithT
- Created: 2024-11-07T22:17:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-10T06:29:48.000Z (over 1 year ago)
- Last Synced: 2025-02-09T23:29:53.788Z (over 1 year ago)
- Topics: example-code, modern-cpp, multithreading, synchronization
- Language: C++
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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