ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-AIO/t/04_fork.t
(Generate patch)

Comparing IO-AIO/t/04_fork.t (file contents):
Revision 1.8 by root, Sun Jul 17 04:20:04 2011 UTC vs.
Revision 1.9 by root, Mon Jul 18 02:02:26 2011 UTC

34 }; 34 };
35 print "ok 5\n"; 35 print "ok 5\n";
36 IO::AIO::poll while IO::AIO::nreqs; 36 IO::AIO::poll while IO::AIO::nreqs;
37 print "ok 9\n"; 37 print "ok 9\n";
38} else { 38} else {
39 IO::AIO::reinit;
39 print "ok 2\n"; 40 print "ok 2\n";
40 aio_stat "/", sub { 41 aio_stat "/", sub {
41 print "ok 3\n"; 42 print "ok 3\n";
42 }; 43 };
43 IO::AIO::poll while IO::AIO::nreqs; 44 IO::AIO::poll while IO::AIO::nreqs;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines