Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mention that timers have to be active for restarting
  • Loading branch information
kraih committed May 10, 2013
1 parent ab9b5d0 commit 5987e78
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/Mojo/Reactor.pm
Expand Up @@ -91,7 +91,7 @@ implements the following new ones.
$reactor->again($id);
Restart timer. Meant to be overloaded in a subclass.
Restart active timer. Meant to be overloaded in a subclass.
=head2 detect
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Reactor/EV.pm
Expand Up @@ -123,7 +123,7 @@ Construct a new L<Mojo::Reactor::EV> object.
$reactor->again($id);
Restart timer.
Restart active timer.
=head2 is_running
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Reactor/Poll.pm
Expand Up @@ -168,7 +168,7 @@ implements the following new ones.
$reactor->again($id);
Restart timer.
Restart active timer.
=head2 io
Expand Down

0 comments on commit 5987e78

Please sign in to comment.