Group
Extension

Matches 1

Mojo-IOLoop-Thread ( T/TO/TOMK/Mojo-IOLoop-Thread-0.10.tar.gz, TOMK, 2021; MetaCPAN )
Mojo-IOLoop-Thread/lib/Mojo/IOLoop/Thread.pm ( view source; MetaCPAN )
0.10";

use threads;
use Thread::Queue;

use Scalar::Util qw(weaken);
use Mojo::IOLoop;
use Mojo::JSON;
use Mojo::Promise;
use Mojo::Util qw(monkey_patch);
use YAML::Any qw(Dump);

BEGIN {
    ## no c
has deserialize => sub { \&Mojo::JSON::decode_json };
has ioloop      => sub { Mojo::IOLoop->singleton }, weak => 1;
has serialize   => sub { \&Mojo::JSON::encode_json };

sub exit_code { shift->{exit

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