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

Comparing Coro/Coro.pm (file contents):
Revision 1.17 by root, Thu Jul 19 02:45:09 2001 UTC vs.
Revision 1.18 by root, Sat Jul 21 02:49:09 2001 UTC

31 31
32use Coro::State; 32use Coro::State;
33 33
34use base Exporter; 34use base Exporter;
35 35
36$VERSION = 0.08; 36$VERSION = 0.09;
37 37
38@EXPORT = qw(async yield schedule terminate); 38@EXPORT = qw(async yield schedule terminate);
39@EXPORT_OK = qw($current); 39@EXPORT_OK = qw($current);
40 40
41{ 41{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines