C++ Coroutines, from Scratch - Part 1 of 2
Offered By: CppNow via YouTube
Course Description
Overview
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.
Syllabus
C++ Coroutines, from Scratch (part 1 of 2) - Phil Nash - CppNow 2022
Taught by
CppNow
Related Courses
Your Favorite Undefined Behavior in C++CppNow via YouTube Under the Hood - Assembly, System Calls, and Hardware in C++
CppNow via YouTube Carbon Language Successor Strategy - From C++ Interop to Memory Safety
CppNow via YouTube Value Oriented Programming Part 1 - You Say You Want to Write a Function
CppNow via YouTube Introducing a Memory-Safe Successor Language in Large C++ Code Bases
CppNow via YouTube