mercredi 21 novembre 2018

How to check if a detached std::thread is still running?

For a detached thread we can't use joinable() and using bool variables seems to be not the correct way. Is there a way to check if the detached thread is still alive and running?

Aucun commentaire:

Enregistrer un commentaire