Skip to content

Commit

Permalink
documentation tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Nov 9, 2012
1 parent 602adb3 commit c247d64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Mojolicious/Guides/Cookbook.pod
Expand Up @@ -941,6 +941,8 @@ can keep many parallel connections active at the same time.
# Start event loop if necessary
Mojo::IOLoop->start unless Mojo::IOLoop->is_running;

You can take full control of the L<Mojo::IOLoop> event loop.

=head2 Parallel blocking requests

You can emulate blocking behavior by using a L<Mojo::IOLoop> delay to
Expand Down

0 comments on commit c247d64

Please sign in to comment.