Group
Extension

Matches 1

Mojo-IOLoop-ForkCall ( J/JB/JBERGER/Mojo-IOLoop-ForkCall-0.21.tar.gz, JBERGER, 2021; MetaCPAN )
Mojo-IOLoop-ForkCall/lib/Mojolicious/Plugin/ForkCall.pm ( view source; MetaCPAN )
ow_stuff(@args);
     },
     [@args],
     sub {
       my ($c, @return) = @_;
       $c->render(json => \@return);
     }
   );
 };

 ...

 app->start;

=head1 DESCRIPTION

DEPRECATED!
The main modu

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