Skip to content

Commit

Permalink
improved Mojo::Reactor::EV responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Feb 25, 2014
1 parent 84db5a7 commit 562e258
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Changes
@@ -1,5 +1,6 @@

4.85 2014-02-24
4.85 2014-02-25
- Improved Mojo::Reactor::EV responsiveness.

4.84 2014-02-22
- Added remaining attribute to Mojo::IOLoop::Delay.
Expand Down
1 change: 0 additions & 1 deletion lib/Mojo/Reactor/EV.pm
Expand Up @@ -56,7 +56,6 @@ sub _io {

sub _timer {
my ($self, $recurring, $after, $cb) = @_;
$after ||= '0.0001';

my $id = $self->SUPER::_timer(0, 0, $cb);
weaken $self;
Expand Down

0 comments on commit 562e258

Please sign in to comment.