Queue::Leaky::Driver::Simple - Queue::Base Implementation


Queue-Leaky documentation  | view source Contained in the Queue-Leaky distribution.

Index


NAME

Top

Queue::Leaky::Driver::Simple - Queue::Base Implementation

SYNOPSIS

Top

  use Queue::Leaky::Driver::Simple;

  my $queue = Queue::Leaky::Driver::Simple->new;

  $queue->next;

  $queue->fetch;

  $queue->insert( ... );

  $queue->clear;

METHODS

Top

next

fetch

insert

clear


Queue-Leaky documentation  | view source Contained in the Queue-Leaky distribution.