Conveners
Concurrent Programming in C++
- Graeme Stewart (CERN)
Mr
Graeme Stewart
(CERN (CH))
9/9/15, 1:00 PM
Programming Techniques
In this course we will introduce how to program for concurrency in
C++, taking advantage of modern CPUs ability to run multi-threaded
programs on different CPU cores. Firstly, we will explore the new
concurrency features of C++11 itself, which will also serve as a
general introduction to multi-threaded programming. Students will
learn the basics of asynchronous execution, thread...