start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: eval Chapter 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: eval Perl in a Nutshell Next: Reference: lock
Reference: eval Book Index Reference: lock