The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Mvalve::Queue::Q4M - Q4M Implementation

SYNOPSIS

  use Mvalve::Queue::Q4M;

  my $q = Mvalve::Queue::Q4M->new( connect_info => [ ... ] );

  $q->next(
    table_conds => [ ... ],
    timeout => ...
  );

  $q->fetch(
    table => ...,
    args => { ... }
  );

  $q->insert(
    table => ...,
    data => { ... },
  );

  $q->clear();

METHODS

next

fetch

insert

clear