in reply to Re^5: Scope of thread variable
in thread Scope of thread variable

How does the master thread know if worker threads are alive and well?

Replies are listed 'Best First'.
Re^7: Scope of thread variable
by BrowserUk (Patriarch) on Apr 08, 2010 at 17:19 UTC
      How do I do that for forked threads?

        Dunno! I don't know how to fork a thread.