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

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: 8.148 Thread Chapter 8
Standard Modules
Next: 8.150 Thread::Semaphore
 

8.149 Thread::Queue

Provides a thread-safe queue. Any number of threads can add elements to the end of the queue or remove elements from the head.


Previous: 8.148 Thread Perl in a Nutshell Next: 8.150 Thread::Semaphore
8.148 Thread Book Index 8.150 Thread::Semaphore