Coroutine Intuition in C++ - Lecture
Offered By: cpponsea via YouTube
Course Description
Overview
Explore the power of coroutines in C++ through this comprehensive conference talk from C++ on Sea 2023. Gain valuable insights into one of the 'big four' additions to C++20 as Roi Barkan, an experienced software developer and architect, delves into stackless cooperative asyncrony, generators, and senders/receivers. Discover how to effectively implement coroutines to enhance the readability, maintainability, and composability of your code. Through numerous concise examples, develop an intuition for identifying problems that can be elegantly solved using coroutines, leading to cleaner and safer code solutions. Learn how to rethink function, system, and code design by embracing this powerful feature, even in the absence of initial STL support.
Syllabus
Coroutine Intuition in C++ - Roi Barkan - C++ on Sea 2023
Taught by
cpponsea
Related Courses
Advanced Operating SystemsGeorgia Institute of Technology via Udacity High Performance Computing
Georgia Institute of Technology via Udacity GT - Refresher - Advanced OS
Georgia Institute of Technology via Udacity Distributed Machine Learning with Apache Spark
University of California, Berkeley via edX CS125x: Advanced Distributed Machine Learning with Apache Spark
University of California, Berkeley via edX