C++20 Coroutines - Generators, and Brain Unrolling Sweetness
Offered By: code::dive conference via YouTube
Course Description
Overview
Explore the power of C++20 coroutines in this 53-minute conference talk from code::dive 2019. Dive into the world of generators, iterables, and ranges as speaker Adi Shavit demonstrates how coroutines enable cleaner code, easier abstraction, genericity, composition, and the avoidance of callbacks and inversion of control. Learn about functions as sub-routines, user-defined iterators, and the challenges of awkward coupling and distributed logic. Discover the simplicity and elegance of C++20 coroutines, including infinite ranges and resource management. Benefit from Shavit's expertise as an entrepreneur, software architect, and computer vision specialist, gaining insights into building cross-platform, high-performance software with maintainable code-bases.
Syllabus
Intro
FUNCTIONS A.K.A. SUB-ROUTINES
USER DEFINED ITERATORS
AWKWARD COUPLING
DISTRIBUTED LOGIC
LOGIC PUZZLE
C++20 COROUTINES
THE SIMPLEST CODE
INFINITE RANGES
DANGLING REFERENCES
RESOURCES
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