Converting a State Machine to a C++ 20 Coroutine
Offered By: CppNow via YouTube
Course Description
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
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