An introduction to multithreading in C++20

Speaker: Anthony Williams

Audience level: [ Beginner | Intermediate ]

Where do you begin when you are writing your first multithreaded program using C++20? Whether you've got an existing single-threaded application, or you're starting from scratch, C++20 provides the basic tools to help. In this talk we'll look at the C++20 facilities you should reach for first, and how to use them safely.