Queue::Leaky::Driver::Q4M - Queue::Q4M Implementation


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

Index


NAME

Top

Queue::Leaky::Driver::Q4M - Queue::Q4M Implementation

SYNOPSIS

Top

  use Queue::Leaky::Driver::Q4M;

  my $queue = Queue::Leaky::Driver::Q4M->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.