Skip to content

Commit

Permalink
better description of Mojo::IOWatcher behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Feb 19, 2012
1 parent 0cf2b15 commit 2b9bf7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lib/Mojo/IOWatcher.pm
Expand Up @@ -225,7 +225,8 @@ amount of seconds.
$watcher->start;
Start watching for I/O and timer events.
Start watching for I/O and timer events, this will block until C<stop> is
called.
=head2 C<stop>
Expand Down
3 changes: 2 additions & 1 deletion lib/Mojo/IOWatcher/EV.pm
Expand Up @@ -122,7 +122,8 @@ amount of seconds.
$watcher->start;
Start watching for I/O and timer events.
Start watching for I/O and timer events, this will block until C<stop> is
called.
=head2 C<stop>
Expand Down

0 comments on commit 2b9bf7a

Please sign in to comment.