Skip to content

Commit

Permalink
mention that the chain stops when there are no more active events
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Apr 4, 2013
1 parent 251b39c commit 71f6603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojo/IOLoop/Delay.pm
Expand Up @@ -162,7 +162,7 @@ C<finish> event and C<wait> method.
Sequentialize multiple events, the first callback will run right away, and the
next one once the active event counter reaches zero, this chain will continue
until there are no more callbacks left.
until there are no more callbacks or active events left.
=head2 wait
Expand Down

0 comments on commit 71f6603

Please sign in to comment.