Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: evalChapter 8
Standard Modules
Next: Reference: lock
 

join

$t->join

Waits for a thread to end and when it does, returns any exit values from the thread. Blocks until the thread has ended, unless the thread has already terminated.


Previous: Reference: evalPerl in a NutshellNext: Reference: lock
Reference: evalBook IndexReference: lock