Group
Extension

Matches 1

Queue-Gearman ( K/KA/KARUPA/Queue-Gearman-0.01.tar.gz, KARUPA, 2015; MetaCPAN )
Queue-Gearman/lib/Queue/Gearman.pm ( view source; MetaCPAN )
n - Queue like low-level interface for Gearman.

=head1 SYNOPSIS

    use Queue::Gearman;
    use JSON;

    sub add {
        my $args = shift;
        return $args->{left} + $args->{rigth};
    }

 
           => ['127.0.0.1:6667'],
        serialize_method   => \&JSON::encode_json,
        deserialize_method => \&JSON::decode_json,
    );
    $queue->can_do('add');

    my $task = $queue->enqueu

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.