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

Comparing Coro/Coro.pm (file contents):
Revision 1.68 by root, Sat Aug 20 01:09:19 2005 UTC vs.
Revision 1.69 by root, Tue Aug 30 21:32:17 2005 UTC

38 38
39use vars qw($idle $main $current); 39use vars qw($idle $main $current);
40 40
41use base Exporter; 41use base Exporter;
42 42
43$VERSION = 1.3; 43$VERSION = 1.31;
44 44
45@EXPORT = qw(async cede schedule terminate current); 45@EXPORT = qw(async cede schedule terminate current);
46%EXPORT_TAGS = ( 46%EXPORT_TAGS = (
47 prio => [qw(PRIO_MAX PRIO_HIGH PRIO_NORMAL PRIO_LOW PRIO_IDLE PRIO_MIN)], 47 prio => [qw(PRIO_MAX PRIO_HIGH PRIO_NORMAL PRIO_LOW PRIO_IDLE PRIO_MIN)],
48); 48);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines