--- Coro/Coro.pm 2001/07/17 02:55:29 1.15 +++ Coro/Coro.pm 2001/07/17 15:42:28 1.16 @@ -33,7 +33,7 @@ use base Exporter; -$VERSION = 0.06; +$VERSION = 0.07; @EXPORT = qw(async yield schedule terminate); @EXPORT_OK = qw($current); @@ -101,8 +101,7 @@ }; # we really need priorities... -## my @ready; #d# -our @ready = (); # the ready queue. hehe, rather broken ;) +my @ready; # the ready queue. hehe, rather broken ;) # static methods. not really.