std::thread([=]{ //my statements and my other stuff, basically here i am updating the database accordingly some conditions. }).detach();
So, what is the use, benefit or how to use this : std::thread([=]
Aucun commentaire:
Enregistrer un commentaire