Overview
Explore the process of transforming a state machine into a C++ 20 coroutine in this comprehensive conference talk from CppNow 2021. Delve into the low-level machinery and customization points of C++ 20 as Steve Downey from Bloomberg LP demonstrates how to convert a state machine that waits for asynchronous service operations into a single coroutine using `co_await`. Learn how C++ 20 coroutines can express complex asynchronous operations in a more linear and readable code structure. Gain insights into advanced C++ programming techniques and discover how to leverage the power of coroutines to simplify asynchronous programming in your projects.
Syllabus
Converting a State Machine to a C++ 20 Coroutine - Steve Downey - [CppNow 2021]
Taught by
CppNow