ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-MP/MP/Intro.pod
(Generate patch)

Comparing AnyEvent-MP/MP/Intro.pod (file contents):
Revision 1.2 by elmex, Mon Aug 3 08:34:21 2009 UTC vs.
Revision 1.3 by elmex, Mon Aug 3 08:40:29 2009 UTC

59 59
60 $quit_cv->recv; 60 $quit_cv->recv;
61 61
62This is now a very basic client. Explaining explicitly what L<AnyEvent::Handle> 62This is now a very basic client. Explaining explicitly what L<AnyEvent::Handle>
63does or what a I<condvar> is all about is out of scope of this document, please 63does or what a I<condvar> is all about is out of scope of this document, please
64consult the L<AnyEvent> manpage about I<condvars> and L<AnyEvent::Handle> 64consult L<AnyEvent::Intro> or the manpages for L<AnyEvent> and
65about the rest. 65L<AnyEvent::Handle>.
66 66
67=head2 First Step Into Messaging 67=head2 First Step Into Messaging
68 68
69Now we take a look at L<AnyEvent::MP>. We need to know what to do in 69Now we take a look at L<AnyEvent::MP>. We need to know what to do in
70C<send_message>. This is an example how it might look like: 70C<send_message>. This is an example how it might look like:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines