Concurrent Programming in C++
Offered By: NDC Conferences via YouTube
Course Description
Overview
Explore concurrent programming in C++ through this 47-minute conference talk by Venkat Subramaniam. Dive into the perils of concurrency and learn how to leverage C++'s powerful concurrency API. Discover techniques for creating and joining threads, avoiding race conditions and deadlocks, and working with multiple locks. Gain insights into async launch options, future and thread safety, and the use of promises. Master the art of writing efficient and safe concurrent code in C++, from handling thread arguments to understanding the underlying mechanisms of concurrency.
Syllabus
Intro
Platform Neutral
Creating Thread
joining
Thread Argument Gotcha
Concurrency & Mutability
Avoiding Race Condition
Avoiding Deadlock
Fixing Deadlock
Multiple Locks
Another Race Condition
async launch options
Future & Thread Safety
What's really doing on?
Using Promise
Taught by
NDC Conferences
Related Courses
Health Informatics: Data and Interoperability StandardsGeorgia Institute of Technology via edX Fractal Architecture
NDC Conferences via YouTube Strangling the Monolith - Applied Patterns & Practices from the Trenches
NDC Conferences via YouTube Refactoring Is Not Just Clickbait
NDC Conferences via YouTube Amazing Algorithms for Solving Problems in Software
NDC Conferences via YouTube