std::jthread - I Told You Concurrency Is Tricky
Offered By: ACCU Conference via YouTube
Course Description
Overview
Explore the intricacies of C++20's new std::jthread class in this comprehensive ACCU 2021 conference talk by Nicolai Josuttis. Delve into the improvements over std::thread, including its RAII design and thread-stopping capabilities. Discover why implementing seemingly simple concurrency requirements can become a complex task filled with potential pitfalls. Learn from Josuttis, a renowned C++ expert and author, as he shares insights on the challenges of concurrent programming and the nuanced details of std::jthread implementation. Gain valuable knowledge about modern C++ concurrency practices and understand the importance of careful design in multithreaded applications.
Syllabus
std::jthread - I Told You Concurrency Is Tricky - Nico Josuttis [ ACCU 2021 ]
Taught by
ACCU Conference
Related Courses
Khronos Sycl Language Framework for C++ Accelerators - Take Advantage of All the MIPSACCU Conference via YouTube Space Invaders - The C++20 Spaceship Operator is Upon Us
ACCU Conference via YouTube Grinding, Farming, and Alliances - Become a Better Programmer by Using Words and Ideas From Casual Gaming
ACCU Conference via YouTube Designing for C++ Concurrency Using Message Passing
ACCU Conference via YouTube Productivity in C++ Game Development - Inside the Mind of an AAA Game Developer
ACCU Conference via YouTube