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

Comparing Coro/Coro.pm (file contents):
Revision 1.142 by root, Tue Oct 2 23:16:24 2007 UTC vs.
Revision 1.143 by root, Tue Oct 2 23:27:52 2007 UTC

392} 392}
393 393
394=item $coroutine->join 394=item $coroutine->join
395 395
396Wait until the coroutine terminates and return any values given to the 396Wait until the coroutine terminates and return any values given to the
397C<terminate> or C<cancel> functions. C<join> can be called multiple times 397C<terminate> or C<cancel> functions. C<join> can be called concurrently
398from multiple coroutine. 398from multiple coroutines.
399 399
400=cut 400=cut
401 401
402sub join { 402sub join {
403 my $self = shift; 403 my $self = shift;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines