Modern Effective C++ - Make std::thread unjoinable on all exit paths.
zeroingTheDot
May 17, 2018
std::thread can be in two states of joinability, joinable or unjoinable. std::thread usually serves as a handle on an underlying asynchrono...
Modern Effective C++ - Make std::thread unjoinable on all exit paths.
Reviewed by zeroingTheDot
on
May 17, 2018
Rating: