Thursday, 28 April 2016

Rainer Grimm: Multithreading in modern C++

http://www.modernescpp.com/index.php/multithreading-in-modern-c

With the new C++11 Standard, C++ faces the first time the challenges of multicore architectures. The 2011 published standard defines how a C++ program has to behave in the presence of multiple threads. The C++11 multithreading capabilities are composed of two components. This is on the one hand, the defined memory model, which is on the other hand, the standardized threading interface.
Timeline

 

No comments:

Post a Comment