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.10 by root, Tue Aug 4 20:59:37 2009 UTC vs.
Revision 1.11 by root, Tue Aug 4 21:06:47 2009 UTC

400 400
401 snd $_, message => $msg 401 snd $_, message => $msg
402 for keys %client_ports; 402 for keys %client_ports;
403 403
404 0 404 0
405 }); 405 };
406 406
407 AnyEvent->condvar->recv; 407 AnyEvent->condvar->recv;
408 408
409That is all. Looks much simpler than the client, doesn't it? 409That is all. Looks much simpler than the client, doesn't it?
410 410

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines