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.4 by root, Mon Oct 23 00:34:36 2006 UTC vs.
Revision 1.5 by root, Mon Oct 23 20:05:27 2006 UTC

1#!/usr/bin/perl 1#!/usr/bin/perl
2 2
3use IO::AIO; 3use IO::AIO;
4 4
5print "1..12\n"; 5print "1..12\n";
6
7IO::AIO::min_parallel 2;#d#
6 8
7my $grp = aio_group sub { 9my $grp = aio_group sub {
8 print $_[0] == 1 && @_ == 3 ? "" : "not ", "ok 4\n"; 10 print $_[0] == 1 && @_ == 3 ? "" : "not ", "ok 4\n";
9}; 11};
10 12

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines