Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: selfChapter 8
Standard Modules
Next: 8.148 Thread
 

tid

$id = $t->tid

Returns an object representing the tid (thread id) of a thread. The ID is simply an integer that is incremented each time a new thread is created, starting with zero for the main thread of a program.


Previous: Reference: selfPerl in a NutshellNext: 8.148 Thread
Reference: selfBook Index8.148 Thread