1
vote
Will pthreads become obsolete once std:thread makes into C++Ox
std::thread does not include support for priorities, controlling the size of the thread stack, controlling the scheduling policy, or controlling the processor affinity.
Scheduling class and …
