summaryrefslogblamecommitdiff
path: root/lib/presque/worker/Role/Fork.pm
blob: c62ff1bd92dedd3002063890ffdf8b7e85addb30 (plain) (tree)
1
2
3
4
5
6
7
8






                                    
                   


  
package presque::worker::Role::Fork;

use Moose::Role;

has fork_dispatcher => (
    is        => 'ro',
    isa       => 'Bool',
    default   => 0,
);

1;