Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
call it a chain of steps and promises
  • Loading branch information
kraih committed Oct 30, 2017
1 parent a1d86b7 commit a09189e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Mojo/IOLoop/Delay.pm
Expand Up @@ -297,9 +297,9 @@ that leads to the next closure in the series when executed.
Another positive side effect of this pattern is that we do not need to call
L<Mojo::IOLoop/"start"> and L<Mojo::IOLoop/"stop"> manually, because we know
exactly when our series of L</"steps"> and/or chain of promises has reached the
end. So L</"wait"> can stop the event loop automatically if it had to be started
at all in the first place.
exactly when our chain of L</"steps"> and/or promises has reached the end. So
L</"wait"> can stop the event loop automatically if it had to be started at all
in the first place.
=head1 EVENTS
Expand Down

0 comments on commit a09189e

Please sign in to comment.