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

Comparing cvsroot/Coro/Coro.pm (file contents):
Revision 1.288 by root, Mon Feb 21 13:38:02 2011 UTC vs.
Revision 1.290 by root, Fri Apr 29 05:29:51 2011 UTC

328 328
329our $idle; # idle handler 329our $idle; # idle handler
330our $main; # main coro 330our $main; # main coro
331our $current; # current coro 331our $current; # current coro
332 332
333our $VERSION = 5.371; 333our $VERSION = 5.372;
334 334
335our @EXPORT = qw(async async_pool cede schedule terminate current unblock_sub rouse_cb rouse_wait); 335our @EXPORT = qw(async async_pool cede schedule terminate current unblock_sub rouse_cb rouse_wait);
336our %EXPORT_TAGS = ( 336our %EXPORT_TAGS = (
337 prio => [qw(PRIO_MAX PRIO_HIGH PRIO_NORMAL PRIO_LOW PRIO_IDLE PRIO_MIN)], 337 prio => [qw(PRIO_MAX PRIO_HIGH PRIO_NORMAL PRIO_LOW PRIO_IDLE PRIO_MIN)],
338); 338);
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