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

Comparing Coro/t/02_channel.t (file contents):
Revision 1.2 by root, Fri Jul 13 13:05:38 2001 UTC vs.
Revision 1.3 by root, Sat Jul 14 22:14:21 2001 UTC

1$|=1; 1$|=1;
2print "1..19\n"; 2print "1..19\n";
3 3
4use Coro; 4use Coro;
5use Coro::Process;
6use Coro::Channel; 5use Coro::Channel;
7 6
8my $q = new Coro::Channel 0; 7my $q = new Coro::Channel 0;
9 8
10sub producer : Coro { 9sub producer : Coro {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines