J
John
Hi all, I have written an application that uses threading (25 threads in
fact!!) and obviously I want to ensure that everything is cleaned up nicely
when the program finally exits.
So, question is, for each thread that is I instantiate, do I have to do
anything to clean up the thread or with the .NET garbage collection take
care of memory deallocation?
TIA
Mark
fact!!) and obviously I want to ensure that everything is cleaned up nicely
when the program finally exits.
So, question is, for each thread that is I instantiate, do I have to do
anything to clean up the thread or with the .NET garbage collection take
care of memory deallocation?
TIA
Mark