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.220 by root, Sun Apr 1 17:46:02 2012 UTC vs.
Revision 1.221 by root, Mon Apr 2 03:54:46 2012 UTC

413 413
414=cut 414=cut
415 415
416=item aio_seek $fh, $offset, $whence, $callback->($offs) 416=item aio_seek $fh, $offset, $whence, $callback->($offs)
417 417
418Seeks the filehandle to the new C<$offset>, similarly to perl'S 418Seeks the filehandle to the new C<$offset>, similarly to perl's
419C<sysseek>. The C<$whence> can use the traditional values (C<0> for 419C<sysseek>. The C<$whence> can use the traditional values (C<0> for
420C<IO::AIO::SEEK_SET>, C<1> for C<IO::AIO::SEEK_CUR> or C<2> for 420C<IO::AIO::SEEK_SET>, C<1> for C<IO::AIO::SEEK_CUR> or C<2> for
421C<IO::AIO::SEEK_END>). 421C<IO::AIO::SEEK_END>).
422 422
423The resulting absolute offset will be passed to the callback, or C<-1> in 423The resulting absolute offset will be passed to the callback, or C<-1> in

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines