Open main menu

CDOT Wiki β

Changes

GPU621/NoName

1 byte removed, 01:18, 3 December 2016
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