Overview
Explore the world of C++ coroutines in this 45-minute conference talk from code::dive 2023. Gain insight into asynchronous computations and discover how C++ coroutines enable the expression of asynchrony. Learn about the coroutine scope, a key feature that allows the use of RAII (Resource Acquisition Is Initialization) idiom across asynchronous calls. Focus on the motivations behind using coroutines through a concise example, making this complex topic accessible to newcomers in the field of asynchronous programming. Benefit from the expertise of Andrzej Krzemieński, an experienced software developer, C++ Standards Committee member, and Boost developer, as he provides a gentle introduction to this advanced C++ concept.
Syllabus
Appreciating C++ coroutines in forty minutes - Andrzej Krzemieński - code::dive 2023
Taught by
code::dive conference