2 # A light shim over Mojo::IOLoop::Subprocess (or Mojo::IOLoop::ForkCall, if we need to go back to that)
4 # But we stop using Storable!
12 use Mojo::IOLoop::Subprocess;
15 our @ISA = qw(Mojo::IOLoop::Subprocess);
20 my $class = ref $pkg || __PACKAGE__;
21 my $ref = Mojo::IOLoop::Subprocess->new->serialize(\&encode_json)->deserialize(\&decode_json);
22 return bless $ref, $class;