D Daniel Reber Aug 12, 2003 #1 When all code is completed from a thread, do I need to explicitly stop the thread or will it stop on it's own? Thanks, Dan Reber
When all code is completed from a thread, do I need to explicitly stop the thread or will it stop on it's own? Thanks, Dan Reber
1 100 Aug 12, 2003 #2 Hi Daniel, The thread will *exit* when the the code it executes exit via *return*, reaching the end, throwing exception, etc. If you mean *stop* like *exit* - yes it will *exit* by its own when there is no more code to execute. HTH B\rgds 100
Hi Daniel, The thread will *exit* when the the code it executes exit via *return*, reaching the end, throwing exception, etc. If you mean *stop* like *exit* - yes it will *exit* by its own when there is no more code to execute. HTH B\rgds 100