Hi,
I have a quick question about threads. I have a function that I wrote that is assigned to a threadjob. (Say Hello World Function) My question is, If I create a thread dynamically and have it assigned to a thread job (with the hello world function) once I start the thread and the hello world function fully runs (no while loops, just HELLO WORLD), my question is... Once the hello world function finishes, is the thread considered complete and deletes itself? If not, how do you delete a thread dynamically once its assigned function is complete?
Thanks,
Cedric
I have a quick question about threads. I have a function that I wrote that is assigned to a threadjob. (Say Hello World Function) My question is, If I create a thread dynamically and have it assigned to a thread job (with the hello world function) once I start the thread and the hello world function fully runs (no while loops, just HELLO WORLD), my question is... Once the hello world function finishes, is the thread considered complete and deletes itself? If not, how do you delete a thread dynamically once its assigned function is complete?
Thanks,
Cedric