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
Learn to Program: Crafting Quality CodeUniversity of Toronto via Coursera 数据结构与算法 Data Structures and Algorithms
Peking University via Coursera 数据结构与算法第一部分 | Data Structures and Algorithms Part 1
Peking University via edX Software Construction in Java
Massachusetts Institute of Technology via edX Advanced Software Construction in Java
Massachusetts Institute of Technology via edX