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

Comparing Coro/Coro.pm (file contents):
Revision 1.55 by pcg, Wed Nov 5 20:02:44 2003 UTC vs.
Revision 1.56 by pcg, Sat Nov 15 03:53:10 2003 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 = 0.8; 43$VERSION = "0.9";
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