Non-Allocating std - future - promise
Offered By: CppNow via YouTube
Course Description
Overview
Explore a lock-free implementation of std::future/promise without allocation in this interactive CppNow conference talk. Dive deep into the challenge of creating a shared state for futures and promises without separate memory allocation, even when components can move or be destroyed. Follow along as the speaker sketches out a careful design using lock-free techniques, inviting audience participation to identify potential issues at each step. Gain practical insights into applying lock-free programming concepts in a real-world scenario, and develop a deeper understanding of memory management and concurrency in C++.
Syllabus
Tony Van Eerd: Non-Allocating std::future/promise
Taught by
CppNow
Related Courses
Software as a ServiceUniversity of California, Berkeley via Coursera Software Testing
University of Utah via Udacity The Hardware/Software Interface
University of Washington via Coursera Software Debugging
Saarland University via Udacity Introduction to Systematic Program Design - Part 1
The University of British Columbia via Coursera