/Modern-cpp-concurrency

A repository containing small tests regarding c++ concurrency - especially for C++17 and C++20.

Primary LanguageC++

concurrency-banner

Concurrency in modern C++ Language License

This repository contains a list of small experiments for modern c++ concurrency.

The basics

These experiments address basic questions such as :

Some tests on more advanced topics

It should also provide sample code examples for more advanced topics such as :

The latest features

I will also try to understand the enhancements of the latest c++ standards C++17/C++20.

Ressources

This repository is highly inspirated by books and online ressources such as :

Of course, the ressources used will be quoted in each sample code.