YoVDO

Non-Allocating std - future - promise

Offered By: CppNow via YouTube

Tags

C++Now Courses Software Development Courses C Programming Courses Memory Management Courses Lock-free Programming Courses

Course Description

Overview

Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
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

Your Favorite Undefined Behavior in C++
CppNow via YouTube
Under the Hood - Assembly, System Calls, and Hardware in C++
CppNow via YouTube
Carbon Language Successor Strategy - From C++ Interop to Memory Safety
CppNow via YouTube
Value Oriented Programming Part 1 - You Say You Want to Write a Function
CppNow via YouTube
Introducing a Memory-Safe Successor Language in Large C++ Code Bases
CppNow via YouTube