C++ Coroutines From Scratch
Offered By: ACCU Conference via YouTube
Course Description
Overview
Explore C++ coroutines from the ground up in this comprehensive conference talk from ACCU 2023. Dive into a worked example comparing "before" and "after" implementations using C++ coroutines. Learn how coroutines, introduced in C++ 20, can simplify code, particularly for asynchronous operations. Understand the challenges of early adoption due to limited library support and feature complexity. Follow a journey through a motivating example of multiple async tasks, examining approaches without coroutines, then discovering how coroutines can improve the solution. Gain insights into potential library support for coroutines and its impact on implementation. Benefit from Phil Nash's expertise as the original author of Catch2 and member of the ISO C++ standards committee as he demystifies this powerful language feature.
Syllabus
C++ Coroutines From Scratch - Phil Nash - ACCU 2023
Taught by
ACCU Conference
Related Courses
Khronos Sycl Language Framework for C++ Accelerators - Take Advantage of All the MIPSACCU Conference via YouTube Space Invaders - The C++20 Spaceship Operator is Upon Us
ACCU Conference via YouTube Grinding, Farming, and Alliances - Become a Better Programmer by Using Words and Ideas From Casual Gaming
ACCU Conference via YouTube Designing for C++ Concurrency Using Message Passing
ACCU Conference via YouTube Productivity in C++ Game Development - Inside the Mind of an AAA Game Developer
ACCU Conference via YouTube