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
Distributed Programming in JavaRice University via Coursera Основы разработки на C++: красный пояс
Moscow Institute of Physics and Technology via Coursera Многопоточность
Moscow Institute of Physics and Technology via Coursera LAFF-On Programming for High Performance
The University of Texas at Austin via edX Android-разработка: основы, многопоточность, архитектура
Moscow Institute of Physics and Technology via Coursera