mardi 24 mars 2015

Terminate current thread

How can I cleanly terminate the current std::thread in C++11? I have looked at exit and terminate but it looks like they terminate the entire process and not just the current thread.


Aucun commentaire:

Enregistrer un commentaire