threadproc

  • Thread starter Thread starter JB
  • Start date Start date
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
 
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.
 
Back
Top