Thread (not pthread nor boost) tutorial & reference ?

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.
You'll be hard pressed to find tutorials on this right now. You'd be better off just finding documentation on it
Thanks ResidentBiscuit. Actually, I would be glad to find any documentation at all ! Header files are unreadable for me.
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.
Thanks Athar
Topic archived. No new replies allowed.