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

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: new Chapter 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 enqueue s a scalar on the queue.


Previous: Reference: new Perl in a Nutshell Next: Reference: dequeue_nb
Reference: new Book Index Reference: dequeue_nb