Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

YouTube

C++20's Coroutines for Beginners - Lecture 1

Meeting Cpp via YouTube

Overview

Dive into the world of C++20's coroutines in this comprehensive conference talk from Meeting C++ online. Begin with an introduction to "normal" functions before exploring the new coroutine feature. Discover the various customization points offered by C++ and learn about the new keywords co_await, co_yield, and co_return. Gain insights into writing a generator for coroutines, as there is no STL part for this in C++20. Understand the distinction between cooperative and preemptive multitasking, and explore why coroutines eliminate the need for locks. By the end of this 1 hour and 26 minute presentation, acquire a solid understanding of coroutines and their practical applications in C++ programming.

Syllabus

C++20's Coroutines for Beginners - Andreas Fertig - Meeting C++ online

Taught by

Meeting Cpp

Reviews

Start your review of C++20's Coroutines for Beginners - Lecture 1

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.