Skip to content

Commit

Permalink
made ithreads support in Mojo::Reactor::EV a little more portable
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Sep 29, 2012
1 parent e5834eb commit 894c98b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojo/Reactor/EV.pm
Expand Up @@ -7,7 +7,7 @@ use Scalar::Util 'weaken';
my $EV;

# Make EV work with ithreads
sub CLONE {EV::loop_fork}
sub CLONE { EV::loop_fork() }

sub DESTROY { undef $EV }

Expand Down

0 comments on commit 894c98b

Please sign in to comment.