Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

YouTube

Using the C++26 Sender/Receiver Framework to Implement Control Flow for Async Processing

CppNow via YouTube

Overview

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.

Syllabus

Using the C++ Sender/Receiver Framework: Implement Control Flow for Async Processing - Steve Downey

Taught by

CppNow

Reviews

Start your review of Using the C++26 Sender/Receiver Framework to Implement Control Flow for Async Processing

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.