A Pattern Language for Expressing Concurrency in C++ - CppCon 2022
Offered By: CppCon via YouTube
Course Description
Overview
Explore a comprehensive framework for utilizing the senders/receivers proposal to address concurrency in C++ in this CppCon 2022 conference talk. Delve into a pattern language for concurrency problems, including visual representations to aid in understanding and analyzing software system architecture. Learn about structured concurrency, the potential inclusion of the senders/receivers proposal in C++26, and how to effectively implement it using existing libraries. Discover patterns such as synchronous waiting, value transformation, exception handling, scheduling, composition, and context transfer. Gain insights into applying these concepts to real-world scenarios like handling HTTP requests, and bridge the gap between having access to the proposal and using it efficiently in your C++ projects.
Syllabus
Introduction
Structure Concurrency
Hello World
Visual Representation
Exit Points
Patterns
Synchronous Waiting
Transform Values
Exceptions
Scheduling
Composition
Starting senders in other contexts
Transfer between context
Handling HTTP Requests
Taught by
CppCon
Related Courses
JavaScript PromisesGoogle via Udacity Grand Central Dispatch (GCD)
Udacity Asynchronous Programming in C# and .NET Core
Microsoft via edX JavaScript, часть 2: прототипы и асинхронность
Moscow Institute of Physics and Technology via Coursera Разработка веб-сервисов на Go - основы языка
Moscow Institute of Physics and Technology via Coursera