Structured Concurrency
Offered By: ACCU Conference via YouTube
Course Description
Overview
Explore structured concurrency in C++ through this comprehensive conference talk from ACCU 2022. Delve into the challenges of traditional concurrency tools like threads and locks, and discover how the C++ standard committee's senders/receivers proposal aims to improve concurrent programming. Learn to apply senders and receivers for structuring entire concurrent applications, using both top-down and bottom-up approaches. Gain insights into making concurrency an integral part of application design and understand how a structural approach can alleviate common concurrency-related issues. Benefit from the expertise of Lucian Radu Teodorescu, a Software Architect at Garmin with a PhD in programming languages, as he shares his knowledge on this crucial topic in modern C++ development.
Syllabus
Structured Concurrency - Lucian Radu Teodorescu - ACCU 2022
Taught by
ACCU Conference
Related Courses
Computer GraphicsUniversity of California, San Diego via edX Intro to Parallel Programming
Nvidia via Udacity Initiation à la programmation (en C++)
École Polytechnique Fédérale de Lausanne via Coursera C++ For C Programmers, Part A
University of California, Santa Cruz via Coursera Introduction à la programmation orientée objet (en C++)
École Polytechnique Fédérale de Lausanne via Coursera