How can I clean up c++ terminated threads?
I have a program that does some background processing, in a separate thread. At the moment, I create it with:
I have a program that does some background processing, in a separate thread. At the moment, I create it with: