Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: newChapter 8
Standard Modules
Next: Reference: dequeue_nb
 

dequeue

$q->dequeue

Removes and returns a scalar from the head of the queue. If the queue is empty, dequeue blocks the thread until another thread enqueues a scalar on the queue.


Previous: Reference: newPerl in a NutshellNext: Reference: dequeue_nb
Reference: newBook IndexReference: dequeue_nb