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

Comparing IO-AIO/AIO.pm (file contents):
Revision 1.178 by root, Sun Jan 10 23:10:58 2010 UTC vs.
Revision 1.179 by root, Sun Jan 10 23:44:01 2010 UTC

1580C<IO::AIO::MAP_NORESERVE>, C<IO::AIO::MAP_POPULATE> or 1580C<IO::AIO::MAP_NORESERVE>, C<IO::AIO::MAP_POPULATE> or
1581C<IO::AIO::MAP_NONBLOCK> 1581C<IO::AIO::MAP_NONBLOCK>
1582 1582
1583If C<$fh> is C<undef>, then a file descriptor of C<-1> is passed. 1583If C<$fh> is C<undef>, then a file descriptor of C<-1> is passed.
1584 1584
1585C<$offset> is the offset from the start of the file - it generally must be
1586a multiple of C<IO::AIO::PAGESIZE> and defaults to C<0>.
1587
1585Example: 1588Example:
1586 1589
1587 use Digest::MD5; 1590 use Digest::MD5;
1588 use IO::AIO; 1591 use IO::AIO;
1589 1592

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines