threadproc

J

JB

Newbie on threads. Maybe I am the only person around that doesn't understand
this but what happens when the threadproc returns? ( new Thread (addressof
threadproc)... etc.) I have looked in the help but cannot find anything
about this. Is the thread terminated or ... ? Or is the threadproc
reentrant something like a windowproc that gets called in response to events(
I doesn't appear to me that it is but what do I know???)?
JB
 
T

Tom Shelton

Newbie on threads. Maybe I am the only person around that doesn't understand
this but what happens when the threadproc returns? ( new Thread (addressof
threadproc)... etc.) I have looked in the help but cannot find anything
about this. Is the thread terminated or ... ? Or is the threadproc
reentrant something like a windowproc that gets called in response to events(
I doesn't appear to me that it is but what do I know???)?
JB

The thread terminates.
 

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

Top