Explore the intricacies of building a C++ coroutine type in this comprehensive conference talk from C++Now 2024. Learn how to implement user-friendly coroutine types and async algorithms, including waiting for multiple promises and handling the first completed promise. Delve into advanced topics such as potential improvements to coroutines, passing schedulers, and safe cancellation. Gain insights from practical examples, including downloading files from the internet using C++ coroutines. Discover how to leverage compile-time regular expressions and view transformations in coroutine-based code. Presented by Hana DusÃková, a staff software engineer at Woven by Toyota and member of the ISO C++ Committee, this talk offers valuable knowledge for C++ developers looking to enhance their understanding of coroutines and asynchronous programming techniques.
Overview
Syllabus
What We’ve Been Awaiting For? - How to Build a C++ Coroutine Type - Hana DusÃková - C++Now 2024
Taught by
CppNow