Hi,
It is two hours I am browsing the web looking for a tutorial and a reference guide to C++11 threads. I can only find some for pthreads and boost threads.
Some links will help please.
There are only a few differences between C++11 threads and Boost.Thread, so read the boost documentation.
Aside from that, the C++ standard itself always provides the most accurate documentation.