The Future of C++ Parallel and Concurrency Safety Guidelines - Michael Wong & Ilya Burylov CppCon 20
Parallelism Safety-Critical Guidelines for C++ - Michael Wong, Andreas Weis, Ilya Burylov - CppCon22
Back to Basics: Concurrency - Arthur O'Dwyer - CppCon 2020
Better Code: Concurrency - Sean Parent
Misra Parallelism Safety-critical Guidelines for C++11, 17, Then C++20, 23 - CppCon 2021
CppCon 2016: Anthony Williams “The Continuing Future of C++ Concurrency"
Concurrency in C++20 and Beyond - Anthony Williams [ ACCU 2021 ]
Parallelism and Concurrency in Rust - CS128 Honors Lesson 11
Race Conditions and How to Prevent Them - A Look at Dekker's Algorithm
Understanding the Disruptor, a Beginner's Guide to Hardcore Concurrency -Trisha Gee & Mike Barker
itCppCon23 Towards safe C++: type safety and safety critical domain challenges (Mohamed Selim)
Mastering Parallel Programming in C# (Part-6) | Demystifying .NET Thread-Safe Concurrent Collections
HPX - A C++ Library for Parallelism and Concurrency - Hartmut Kaiser - CppCon 2022
C++ Concurrency TS 2 Use Cases and Future Direction - Michael Wong, Maged Michael, Paul McKenney
Nvidia CUDA in 100 Seconds
Parallel Range Algorithms - The Evolution of Parallelism in C++ - Ruslan Arutyunyan - C++Now 2025
The BEST Programming Languages by Bjarne Stroustrup - Creator of C++ #shorts #programming #C++
I Will Not Write Rust Again
CppCon 2017: P. McKenney, M. Michael & M. Wong “Is Parallel Programming still hard? PART 2 of 2”
Effective Concurrency with Herb Sutter