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

Comparing Coro/eg/prodcons1 (file contents):
Revision 1.2 by root, Sun Jul 15 02:35:52 2001 UTC vs.
Revision 1.3 by root, Tue Jul 17 00:24:15 2001 UTC

18 $produced->send; 18 $produced->send;
19 $consumed->wait; 19 $consumed->wait;
20 } 20 }
21 print "work done\n"; 21 print "work done\n";
22 $finished->send; 22 $finished->send;
23 $idle;
24}; 23};
25 24
26async { 25async {
27 while () { 26 while () {
28 $produced->wait; 27 $produced->wait;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines