Explore the world of C++ coroutines in this comprehensive conference talk from CppNow 2022. Delve into the potential of C++ 20's coroutines to simplify code, particularly in asynchronous programming. Follow Phil Nash as he guides you through a journey from a motivating example of multiple async tasks to implementing coroutines and utilizing library support. Gain insights into the complexities of coroutines, their adoption challenges, and how they can revolutionize your coding practices. Learn from Nash's expertise as the author of Catch2 and Clara, and benefit from his involvement in the ISO C++ standards committee. Discover how coroutines can enhance code correctness and reduce complexity in your C++ projects.
Overview
Syllabus
C++ Coroutines, from Scratch (part 1 of 2) - Phil Nash - CppNow 2022
Taught by
CppNow