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

Comparing Coro/Coro.pm (file contents):
Revision 1.286 by root, Sat Feb 19 04:34:59 2011 UTC vs.
Revision 1.287 by root, Sat Feb 19 06:51:22 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.26; 333our $VERSION = 5.37;
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);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines