Navigation Menu

Skip to content

Commit

Permalink
better reactor descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Mar 20, 2012
1 parent add0768 commit 970fe49
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
6 changes: 3 additions & 3 deletions lib/Mojo/IOLoop.pm
Expand Up @@ -334,9 +334,9 @@ Mojo::IOLoop - Minimalistic reactor for non-blocking TCP clients and servers
=head1 DESCRIPTION
L<Mojo::IOLoop> is a very minimalistic reactor that has been reduced to the
absolute minimal feature set required to build solid and scalable
non-blocking TCP clients and servers.
L<Mojo::IOLoop> is a very minimalistic reactor based on L<Mojo::Reactor>, it
has been reduced to the absolute minimal feature set required to build solid
and scalable non-blocking TCP clients and servers.
Optional modules L<EV>, L<IO::Socket::IP> and L<IO::Socket::SSL> are
supported transparently and used if installed. Individual features can also
Expand Down
6 changes: 3 additions & 3 deletions lib/Mojo/Reactor.pm
Expand Up @@ -136,7 +136,7 @@ __END__
=head1 NAME
Mojo::Reactor - Non-blocking I/O reactor
Mojo::Reactor - Minimalistic low level event reactor
=head1 SYNOPSIS
Expand All @@ -162,8 +162,8 @@ Mojo::Reactor - Non-blocking I/O reactor
=head1 DESCRIPTION
L<Mojo::Reactor> is a minimalistic non-blocking I/O reactor and the
foundation of L<Mojo::IOLoop>. L<Mojo::Reactor::EV> is a good example for its
L<Mojo::Reactor> is a minimalistic low level event reactor and the foundation
of L<Mojo::IOLoop>. L<Mojo::Reactor::EV> is a good example for its
extensibility. Note that this module is EXPERIMENTAL and might change without
warning!
Expand Down
7 changes: 4 additions & 3 deletions lib/Mojo/Reactor/EV.pm
Expand Up @@ -76,7 +76,7 @@ __END__
=head1 NAME
Mojo::Reactor::EV - EV non-blocking I/O reactor
Mojo::Reactor::EV - Minimalistic low level event reactor with EV support
=head1 SYNOPSIS
Expand All @@ -86,8 +86,9 @@ Mojo::Reactor::EV - EV non-blocking I/O reactor
=head1 DESCRIPTION
L<Mojo::Reactor::EV> is a minimalistic non-blocking I/O reactor with C<libev>
support. Note that this module is EXPERIMENTAL and might change without warning!
L<Mojo::Reactor::EV> is a minimalistic low level event reactor with C<libev>
support. Note that this module is EXPERIMENTAL and might change without
warning!
=head1 EVENTS
Expand Down

0 comments on commit 970fe49

Please sign in to comment.