|
When I Terminate a thread, it will not run the destructor.
And you cannot use Delete to destruct it.
What method do you use to terminate the thread? Because the destructor has its own code, it must be run.
That is, you cannot Delete and Terminate does not run the destructor. I don't know what method to use.
Uncle Ben is really depressed!
Either add a function and run <My Code + Terminate>, if it doesn't feel like a good way.
Hope you guys advice !! Thank you !!!!!!!!! |
|