There is a Better Future
Offered By: code::dive conference via YouTube
Course Description
Overview
Explore the limitations of std::future and discover a superior alternative in this code::dive 2018 conference talk. Delve into stlab::future, designed by Sean Parent and Felix Petriconi, which addresses the shortcomings of std::future and offers enhanced functionality. Learn about features beyond futures and continuations, including support for modeling graphs of single-threaded tasks. Examine Communicating Sequential Processes (CSP) channels provided by the stlab library, enabling the creation of parallel-running graphs with multiple inputs and outputs. Gain insights into advanced concurrency concepts, assuming a basic understanding of threads, mutex, and locks. While helpful, familiarity with functional programming is not required to grasp the content of this informative one-hour session.
Syllabus
There is a Better Future - Felix Petriconi - code::dive 2018
Taught by
code::dive conference
Related Courses
From Developer to SW Architectcode::dive conference via YouTube Stop Writing Test Doubles You Are Using
code::dive conference via YouTube You Can Do Better! Presentations That Are Captivating
code::dive conference via YouTube What C and C++ Developers Can Learn from Rust
code::dive conference via YouTube Beautiful Python Refactoring II
code::dive conference via YouTube