An Adventure in Race Conditions
Offered By: ACCU Conference via YouTube
Course Description
Overview
Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
Explore the challenges and solutions of concurrent programming in this ACCU 2019 conference talk. Delve into asynchronous programming and high-level abstractions that help avoid common pitfalls associated with locks and atomics. Learn about the subtleties of race conditions through real-world production code examples. Discover strategies to identify and prevent concurrency issues, and understand how high-level abstractions can be implemented without sacrificing performance. Cover essential topics including code sharing principles in concurrent programming, mutability, mutex and locks, atomics, condition variables, race conditions, and futures. Gain insights from Felix Petriconi, an experienced C++ developer and contributor to the stlab.cc concurrency library, as he shares his expertise in C++ development, performance tuning, and concurrent programming techniques.
Syllabus
An Adventure in Race Conditions - Felix Petriconi [ACCU 2019]
Taught by
ACCU Conference
Related Courses
10 Techniques to Understand Code You Don't KnowACCU Conference via YouTube STL Algorithms in Less Than an Hour
ACCU Conference via YouTube A Browse Through ES2016
ACCU Conference via YouTube A Friendly Introduction to Rust for C++ Developers
ACCU Conference via YouTube A Generic Talk About Go
ACCU Conference via YouTube