threads eol

  • Thread starter Thread starter pmclinn
  • Start date Start date
P

pmclinn

Lets say you have a component that has all local scope variable in it.
it preforms a single io proceedure.

You start the thread and it runs to completion. Will the thread then
be disposed of....
 
pmclinn said:
Lets say you have a component that has all local scope variable in it.
it preforms a single io proceedure.

You start the thread and it runs to completion. Will the thread then
be disposed of....


The thread will be closed automatically when processing finishes.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top