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.45 by root, Mon Dec 26 19:20:26 2005 UTC vs.
Revision 1.46 by root, Mon Dec 26 20:17:13 2005 UTC

237=item aio_rmdir $pathname, $callback->($status) 237=item aio_rmdir $pathname, $callback->($status)
238 238
239Asynchronously rmdir (delete) a directory and call the callback with the 239Asynchronously rmdir (delete) a directory and call the callback with the
240result code. 240result code.
241 241
242=item aio_readdir $pathname $callback->($entries) 242=item aio_readdir $pathname, $callback->($entries)
243 243
244Unlike the POSIX call of the same name, C<aio_readdir> reads an entire 244Unlike the POSIX call of the same name, C<aio_readdir> reads an entire
245directory (i.e. opendir + readdir + closedir). The entries will not be 245directory (i.e. opendir + readdir + closedir). The entries will not be
246sorted, and will B<NOT> include the C<.> and C<..> entries. 246sorted, and will B<NOT> include the C<.> and C<..> entries.
247 247

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines