45
edits
Changes
→OpenMp vs C++ 11 Threads
it also offered synchronization and thread safety.
Two options were offered for multi-threading,Synchronous threading via std::thread and Asynchronous threading via std::async and std::future.
The C++ 11 thread support library includes these 4 files to enable multi-threading