Skip to content

Commit

Permalink
updated descriptions of start methods
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Feb 29, 2012
1 parent e5ef305 commit 83fdc8d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion lib/Mojo/IOLoop.pm
Expand Up @@ -561,7 +561,8 @@ instance from everywhere inside the process.
Mojo::IOLoop->start;
$loop->start;
Start the loop, this will block until C<stop> is called.
Start the loop, this will block until C<stop> is called or no events are
being watched anymore.
=head2 C<stop>
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/IOWatcher.pm
Expand Up @@ -229,7 +229,7 @@ amount of time in seconds.
$watcher->start;
Start watching for I/O and timer events, this will block until C<stop> is
called.
called or no events are being watched anymore.
=head2 C<stop>
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/IOWatcher/EV.pm
Expand Up @@ -123,7 +123,7 @@ amount of time in seconds.
$watcher->start;
Start watching for I/O and timer events, this will block until C<stop> is
called.
called or no events are being watched anymore.
=head2 C<stop>
Expand Down

0 comments on commit 83fdc8d

Please sign in to comment.