C++ Coroutines from Scratch - Lecture
Offered By: CppCon via YouTube
Course Description
Overview
Explore C++ coroutines from the ground up in this comprehensive conference talk from CppCon 2022. Delve into the potential of C++ 20's coroutines to simplify code, particularly for asynchronous operations. Begin with a motivating example of a multiple async task problem, then compare traditional approaches with coroutine-based solutions. Examine the complexities of coroutines and the current lack of standard library support. Follow a journey through coroutine implementation, from basic concepts to more advanced applications with library support. Gain insights from Phil Nash, the creator of Catch2 and Clara, as he demystifies coroutines and demonstrates their practical applications in C++ programming.
Syllabus
C++ Coroutines, from Scratch - Phil Nash - CppCon 2022
Taught by
CppCon
Related Courses
JavaScript PromisesGoogle via Udacity Grand Central Dispatch (GCD)
Udacity Asynchronous Programming in C# and .NET Core
Microsoft via edX JavaScript, часть 2: прототипы и асинхронность
Moscow Institute of Physics and Technology via Coursera Разработка веб-сервисов на Go - основы языка
Moscow Institute of Physics and Technology via Coursera