Overview
Explore C++ coroutines and structured concurrency in this conference talk from C++Now 2024. Delve into the challenges of integrating C++20 coroutines with production systems, focusing on object lifetime and execution order issues. Learn about Corral, a new open-source concurrency framework built on structured concurrency principles, designed to simplify concurrent logic and work with existing event loops. Discover practical insights on task cancellation, timeouts, and integrating with legacy code, based on two years of production use. Gain valuable knowledge for C++ developers familiar with coroutines but seeking to overcome implementation challenges in real-world applications.
Syllabus
C++ Coroutines and Structured Concurrency in Practice - Dmitry Prokoptsev - C++Now 2024
Taught by
CppNow