should we explicitly join a thread to finish? I mean is this like process world: when we don’t wait for them to finish we got zombie processes.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Not necessarily; you can always detach a thread if you don’t wan’t to explicitly wait for it.
There are a few things to consider:
How do you detach a thread ? There are two ways:
And the second way