Skip to content

Commit

Permalink
die again if EV is used with ithreads
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Sep 29, 2012
1 parent 894c98b commit 76a6249
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion Changes
Expand Up @@ -5,7 +5,6 @@
attributes.
- Improved documentation.
- Improved tests.
- Fixed Mojo::Reactor::EV to work with Morbo on Windows.

3.43 2012-09-22
- Updated jQuery to version 1.8.2.
Expand Down
3 changes: 1 addition & 2 deletions lib/Mojo/Reactor/EV.pm
Expand Up @@ -6,8 +6,7 @@ use Scalar::Util 'weaken';

my $EV;

# Make EV work with ithreads
sub CLONE { EV::loop_fork() }
sub CLONE { die "EV does not work with ithreads.\n" }

sub DESTROY { undef $EV }

Expand Down

0 comments on commit 76a6249

Please sign in to comment.