Skip to content

Commit

Permalink
slightly more consistent reactors
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Nov 17, 2013
1 parent 39a4579 commit c563610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojo/Reactor/Poll.pm
Expand Up @@ -82,7 +82,7 @@ sub remove {

sub start {
my $self = shift;
return if $self->{running}++;
$self->{running}++;
$self->one_tick while $self->{running};
}

Expand Down

0 comments on commit c563610

Please sign in to comment.