Skip to content

Commit

Permalink
better event loop recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Aug 8, 2012
1 parent ba33039 commit da9ab1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Mojolicious/Guides/Cookbook.pod
Expand Up @@ -621,9 +621,9 @@ which can be combined to solve some of hardest problems in web development.

=head2 Event loops

Internally the L<Mojo::IOLoop> event loop can use multiple event loop
backends, L<EV> for example will be automatically used if installed. Which in
turn allows event loops like L<AnyEvent> to just work.
Internally the L<Mojo::IOLoop> event loop can use multiple reactor backends,
L<EV> for example will be automatically used if installed. Which in turn
allows other event loops like L<AnyEvent> to just work.

use Mojolicious::Lite;
use EV;
Expand Down

0 comments on commit da9ab1e

Please sign in to comment.