All Talks

Concurrency

https://cppcon.org/ https://github.com/CppCon/CppCon2020/blob/main/Presentations/back_to_basics_concurrency/back_to_basics_concurrency__arthur_odwyer__cppcon_2020.pdf

One of C++11’s flagship features was the introduction of std::thread, along with a complete suite of synchronization primitives and useful patterns such as thread-safe static initialization. In this session, we’ll motivate C++11’s threading model and explain how to use std::thread effectively. We’ll compare …

You might be interested in: