vendredi 15 février 2019

Is it safe to mix boost::thread with C++11 std::mutex?

Is it safe to use std::mutex and its kin in a program that starts its threads via boost?

(Using std::thread is not an option for me (I think), as the application needs a lot of stack space, and on some platforms requires overriding the default stack size upon creation.)

Aucun commentaire:

Enregistrer un commentaire