The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

SYNOPSIS

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

  my $queue = Queue::Leaky::Driver::Q4M->new(
  );

  $queue->next( ... );

  $queue->fetch( ... );

  $queue->insert( ... );

  $queue->clear( ... );

METHODS

next

fetch

insert

clear