Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
you should use both
  • Loading branch information
kraih committed Sep 8, 2016
1 parent 87b7360 commit e2d2956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Guides/FAQ.pod
Expand Up @@ -115,7 +115,7 @@ subroutine is finished, this is called continuation-passing style.
No, it is not possible to magically make Perl code non-blocking. While
L<Mojolicious> has been designed from the ground up for non-blocking I/O and
event loops, taking advantage of this requires blocking code to be wrapped in
L<subprocesses|Mojo::IOLoop/"subprocess">, or the use of specialized
L<subprocesses|Mojo::IOLoop/"subprocess">, and the use of specialized
non-blocking code available through modules like L<Mojo::IOLoop> and
L<Mojo::UserAgent>, or third-party event loops. In the documentation we often
refer to this as real-time web, for more information see also
Expand Down

0 comments on commit e2d2956

Please sign in to comment.