C++20's Coroutines for Beginners - Lecture
Offered By: CppCon via YouTube
Course Description
Overview
Explore C++20's coroutines in this beginner-friendly conference talk from CppCon 2022. Start with the basics of normal functions before delving into coroutines and their various customization points. Learn about the new keywords co_await, co_yield, and co_return, and understand how to write a generator for coroutines in the absence of STL support in C++20. Discover the distinction between cooperative and preemptive multitasking, and grasp why coroutines eliminate the need for locks. By the end of this one-hour presentation, gain a solid understanding of coroutines and their practical applications in C++ programming.
Syllabus
C++20’s Coroutines for Beginners - Andreas Fertig - CppCon 2022
Taught by
CppCon
Related Courses
UNSW Computing 1 - The Art of ProgrammingOpenLearning C++ For C Programmers, Part A
University of California, Santa Cruz via Coursera Beginning Game Programming with C#
University of Colorado System via Coursera Introduction to Computing 计算概论A
Peking University via Coursera Comprendre les Microcontroleurs
École Polytechnique Fédérale de Lausanne via Coursera