I have just started researching threads for use in a program I have created. I have a few questions that I think I know the answer to, but could use some clarification on.
Once a thread is created, is it always alive/live/there (unsure of proper description) until aborted?
When a thread is aborted/stopped, it will only abort by throwing an error?
If the above (aborting throws an error) is true, how do I incorporate this into an existing try/catch without the existing catch commands being run every time the thread is ended?
As I said, I am just beginning to learn about threads, so excuse me if the question is a bit too "Noob". I am finding a lot of information, but the more information I get, the more questions I have.
Thank you