45
edits
Changes
→What is C++ 11 Threads
== OpenMp vs C++ 11 Threads ==
===What is are C++ 11 Threads===
With the introduction of C++ 11, there were major changes and additions made to the C++ Standard libraries. One of the most significant changes was the inclusion of multi-threading libraries. Before C++ 11 in order to implement multi-threading, external libraries or language extensions such as OpenMp was required.
The C++ 11 thread support library includes these 4 files to enable multi-threading