| Queue-Leaky documentation | view source | Contained in the Queue-Leaky distribution. |
Queue::Leaky::Driver::Q4M - Queue::Q4M Implementation
use Queue::Leaky::Driver::Q4M; my $queue = Queue::Leaky::Driver::Q4M->new( ); $queue->next( ... ); $queue->fetch( ... ); $queue->insert( ... ); $queue->clear( ... );
| Queue-Leaky documentation | view source | Contained in the Queue-Leaky distribution. |