Explore the implementation of control flow for asynchronous processing using the C++26 Sender/Receiver Framework in this comprehensive conference talk from CppNow 2023. Dive into the design-complete P2300 `std::execution` proposal, which has been forwarded for inclusion in C++26. Learn how to assemble the minimal components of the framework into standard structured programming patterns and control async and parallel flows. Discover how to create, transform, and compose Senders using adaptors like `execution::then`, `execution::split`, and `execution::when_all`. Gain insights into programming language theory and implementations in other languages to better understand the Sender/Receiver model. Follow along as the speaker demonstrates how to build basic programming patterns and more complex structures like fork/join and backtracking. Find out how to integrate the framework into existing code without a complete rewrite, making it accessible for practical application in your projects.
Overview
Syllabus
Using the C++ Sender/Receiver Framework: Implement Control Flow for Async Processing - Steve Downey
Taught by
CppNow