In my graphics application I want to generate a batch meshes in another thread. Therefore I asynchrony call the member function using std::async.
std::async
ta
There's an is_ready member function in the works for std::future. In the meantime, the VC implementation has an _Is_ready() member.