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

Comparing Coro/t/01_process.t (file contents):
Revision 1.8 by root, Thu Jan 4 20:14:20 2007 UTC vs.
Revision 1.9 by root, Sat Apr 19 19:07:46 2008 UTC

1$|=1; 1$|=1;
2print "1..9\n"; 2print "1..9\n";
3 3
4use Coro; 4use Coro;
5 5
6sub p1 : Coro { 6async {
7 print "ok 2\n"; 7 print "ok 2\n";
8} 8};
9 9
10print "ok 1\n"; 10print "ok 1\n";
11cede; 11cede;
12print "ok 3\n"; 12print "ok 3\n";
13 13

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines