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

Comparing Linux-AIO/AIO.pm (file contents):
Revision 1.8 by root, Tue Dec 25 02:33:48 2001 UTC vs.
Revision 1.9 by root, Sun Feb 10 19:25:08 2002 UTC

58=item Linux::AIO::nreqs 58=item Linux::AIO::nreqs
59 59
60Returns the number of requests currently outstanding. 60Returns the number of requests currently outstanding.
61 61
62=item aio_read($fh,$offset,$length, $data,$dataoffset,$callback) 62=item aio_read($fh,$offset,$length, $data,$dataoffset,$callback)
63
63aio_write($fh,$offset,$length, $data,$dataoffset,$callback) 64=item aio_write($fh,$offset,$length, $data,$dataoffset,$callback)
64 65
65Reads or writes C<length> bytes from the specified C<fh> and C<offset> 66Reads or writes C<length> bytes from the specified C<fh> and C<offset>
66into the scalar given by C<data> and offset C<dataoffset> and calls the 67into the scalar given by C<data> and offset C<dataoffset> and calls the
67callback without the actual number of bytes read (or undef on error). 68callback without the actual number of bytes read (or undef on error).
68 69

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines