ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/lib/AnyEvent.pm
(Generate patch)

Comparing AnyEvent/lib/AnyEvent.pm (file contents):
Revision 1.148 by root, Sat May 31 00:40:16 2008 UTC vs.
Revision 1.149 by root, Sat May 31 01:41:22 2008 UTC

597 597
598This is a mutator function that returns the callback set and optionally 598This is a mutator function that returns the callback set and optionally
599replaces it before doing so. 599replaces it before doing so.
600 600
601The callback will be called when the condition becomes "true", i.e. when 601The callback will be called when the condition becomes "true", i.e. when
602C<send> or C<croak> are called. Calling C<recv> inside the callback 602C<send> or C<croak> are called, with the only argument being the condition
603or at any later time is guaranteed not to block. 603variable itself. Calling C<recv> inside the callback or at any later time
604is guaranteed not to block.
604 605
605=back 606=back
606 607
607=head1 GLOBAL VARIABLES AND FUNCTIONS 608=head1 GLOBAL VARIABLES AND FUNCTIONS
608 609

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines