Skip to content

Commit

Permalink
mention arguments too
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Feb 6, 2016
1 parent 82750b2 commit 63ff05c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/Mojolicious/Guides/Cookbook.pod
Expand Up @@ -461,8 +461,9 @@ style.
app->start;

You simply use L<Mojo::IOLoop::Delay/"begin"> to generate callbacks that can be
passed to L<Mojo::UserAgent/"get">, and which lead to the next step in the chain
once they all have been executed.
passed to L<Mojo::UserAgent/"get">. These callbacks then capture arguments
passed to them, and pass them on to the next step in the chain, once all
generated callbacks have been executed.

=head2 Timers

Expand Down

0 comments on commit 63ff05c

Please sign in to comment.