Group
Extension

Matches 1

McBain-WithGearmanXS ( I/ID/IDOPEREL/McBain-WithGearmanXS-2.000000.tar.gz, IDOPEREL, 2014; MetaCPAN )
McBain-WithGearmanXS/lib/McBain/WithGearmanXS.pm ( view source; MetaCPAN )
use warnings;
use strict;

use Carp;
use Gearman::XS qw(:constants);
use Gearman::XS::Worker;
use JSON;

our $VERSION = "2.000000";
$VERSION = eval $VERSION;

=head1 NAME
 
McBain::WithGearmanXS - Loa
orkers created receive payloads in JSON format, and convert them into the hash-refs your
API's methods expect to receive. Results are sent back to the clients in JSON as well. Note
that if an API meth
ref, this runner module will automatically
turn it into a hash-ref to ensure that conversion into JSON will be possible. The created
hash-ref will have one key - holding the method's name, with whatev

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