Exploring C 11 Concurrency Part 4
Let's dive into the details surrounding C 11 Concurrency Part 4.
- Move semantics, passing arguments to threads.
- Lecture in the "Program Analysis" course by Prof. Dr. Michael Pradel at University of Stuttgart in winter semester 2020/21 See ...
- Full Series Playlist: https://www.youtube.com/playlist?list=PLvv0ScY6vfd_ocTP2ZLicgqKnvq50OCXM ▻Find full courses on: ...
- Time Offsets: Title [00:00:00-00:00:22] Disclaimer [00:00:22-00:00:32] Disclaimer [00:00:32-00:01:17]
- Preliminaries, "Hello Thread!," fork/join.
In-Depth Information on C 11 Concurrency Part 4
Promises, futures, and async. Async tasks, task-based Condition variables. Sharing data between threads.
Map/Reduce. Massively parallel directory listing.
That wraps up our extensive overview of C 11 Concurrency Part 4.