There Is a Better Future
Offered By: ACCU Conference via YouTube
Course Description
Overview
Explore a comprehensive conference talk that delves into the limitations of std::future and introduces stlab::future as a superior alternative. Discover how stlab::future, designed by Sean Parent and Felix Petriconi, addresses existing issues and offers advanced features beyond futures and continuations, including support for modeling graphs of single-threaded tasks. Learn about Communicating Sequential Processes (CSP) channels provided by the stlab library, which enable the creation of parallel-running graphs with n:m input/output tasks. Gain insights into the backstory of futures, their capabilities, and important concepts such as regular types, joins, tasks, error handling, contagion, reduction, and error recovery. While a basic understanding of threads, mutex, and locks is assumed, the talk is accessible to those without extensive functional programming knowledge.
Syllabus
Intro
Backstory
What is a future
Short overview of futures
C11 futures
Regular type
Join
Title
Capabilities
Task
Error Handling
Contagion
Reduction
Error Recovery
Joins
Taught by
ACCU Conference
Related Courses
Khronos Sycl Language Framework for C++ Accelerators - Take Advantage of All the MIPSACCU Conference via YouTube Space Invaders - The C++20 Spaceship Operator is Upon Us
ACCU Conference via YouTube Grinding, Farming, and Alliances - Become a Better Programmer by Using Words and Ideas From Casual Gaming
ACCU Conference via YouTube Designing for C++ Concurrency Using Message Passing
ACCU Conference via YouTube Productivity in C++ Game Development - Inside the Mind of an AAA Game Developer
ACCU Conference via YouTube