Start a Thread with std::async - Bartosz Milewski
Small video tutorial published on InformIT about how to start a thread
std::async in modern C++.
Start a Thread with std::async
by Bartosz Milewski
In this video excerpt from Introduction to C++ Concurrency LiveLessons (Video Training), Bartosz Milewski shows you how to start a thread with std::async.

Do you know a beginner who'd like to learn C++? Or even just learn how to program... using C++?

C++11 -- The New Standard