Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: 8.148 ThreadChapter 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 ThreadPerl in a NutshellNext: 8.150 Thread::Semaphore
8.148 ThreadBook Index8.150 Thread::Semaphore