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

Comparing Coro/Coro.pm (file contents):
Revision 1.291 by root, Fri Apr 29 15:43:26 2011 UTC vs.
Revision 1.292 by root, Sat Apr 30 05:17:42 2011 UTC

788 788
789=item $coro->join 789=item $coro->join
790 790
791Wait until the coro terminates and return any values given to the 791Wait until the coro terminates and return any values given to the
792C<terminate> or C<cancel> functions. C<join> can be called concurrently 792C<terminate> or C<cancel> functions. C<join> can be called concurrently
793from multiple coro, and all will be resumed and given the status 793from multiple threads, and all will be resumed and given the status
794return once the C<$coro> terminates. 794return once the C<$coro> terminates.
795 795
796=cut 796=cut
797 797
798sub join { 798sub join {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines