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

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