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

Comparing Coro/Coro.pm (file contents):
Revision 1.289 by root, Wed Feb 23 07:14:20 2011 UTC vs.
Revision 1.290 by root, Fri Apr 29 05:29:51 2011 UTC

728not ever be scheduled. 728not ever be scheduled.
729 729
730=item $coro->cancel (arg...) 730=item $coro->cancel (arg...)
731 731
732Terminates the given Coro and makes it return the given arguments as 732Terminates the given Coro and makes it return the given arguments as
733status (default: the empty list). Never returns if the Coro is the 733status (default: an empty list). Never returns if the Coro is the
734current Coro. 734current Coro.
735 735
736=cut 736=cut
737 737
738sub cancel { 738sub cancel {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines