Appreciating C++ Coroutines in Forty Minutes
Offered By: code::dive conference via YouTube
Course Description
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
Related Courses
From Developer to SW Architectcode::dive conference via YouTube Stop Writing Test Doubles You Are Using
code::dive conference via YouTube You Can Do Better! Presentations That Are Captivating
code::dive conference via YouTube What C and C++ Developers Can Learn from Rust
code::dive conference via YouTube Beautiful Python Refactoring II
code::dive conference via YouTube