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
Pattern-Oriented Software Architectures: Programming Mobile Services for Android Handheld SystemsVanderbilt University via Coursera Paradigms of Computer Programming
Université catholique de Louvain via edX Introduction to Operating Systems
Georgia Institute of Technology via Udacity Programming Mobile Services for Android Handheld Systems: Content
Vanderbilt University via Coursera Advanced Software Construction in Java
Massachusetts Institute of Technology via edX