Better Code - Concurrency
Offered By: CppNow via YouTube
Course Description
Overview
Explore advanced concurrency concepts in C++ through this in-depth conference talk that delves into building a task system using C++14 primitives. Learn how to leverage standard C++ features to create efficient, non-blocking software, and gain insights into writing better concurrent code. Discover techniques for implementing a reference task system, understand the challenges of concurrency in modern C++ development, and acquire practical skills to enhance your ability to create high-performance, concurrent applications.
Syllabus
Sean Parent: Better Code: Concurrency
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