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

Comparing IO-AIO/t/06_group.t (file contents):
Revision 1.5 by root, Mon Oct 23 20:05:27 2006 UTC vs.
Revision 1.6 by root, Tue Oct 24 11:57:30 2006 UTC

47 47
48print "ok 7\n"; 48print "ok 7\n";
49 49
50IO::AIO::poll while IO::AIO::nreqs; 50IO::AIO::poll while IO::AIO::nreqs;
51 51
52IO::AIO::aio_sleep 0, sub { print "ok 9\n" }; 52IO::AIO::aio_busy 0, sub { print "ok 9\n" };
53 53
54IO::AIO::poll while IO::AIO::nreqs; 54IO::AIO::poll while IO::AIO::nreqs;
55 55
56print "ok 10\n"; 56print "ok 10\n";
57 57

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines