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
Software as a ServiceUniversity of California, Berkeley via Coursera Software Testing
University of Utah via Udacity The Hardware/Software Interface
University of Washington via Coursera Software Debugging
Saarland University via Udacity Introduction to Systematic Program Design - Part 1
The University of British Columbia via Coursera