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

Comparing IO-AIO/README (file contents):
Revision 1.14 by root, Mon Dec 26 18:31:12 2005 UTC vs.
Revision 1.15 by root, Wed Feb 1 23:43:17 2006 UTC

200 200
201 aio_rmdir $pathname, $callback->($status) 201 aio_rmdir $pathname, $callback->($status)
202 Asynchronously rmdir (delete) a directory and call the callback with 202 Asynchronously rmdir (delete) a directory and call the callback with
203 the result code. 203 the result code.
204 204
205 aio_readdir $pathname $callback->($entries) 205 aio_readdir $pathname, $callback->($entries)
206 Unlike the POSIX call of the same name, "aio_readdir" reads an 206 Unlike the POSIX call of the same name, "aio_readdir" reads an
207 entire directory (i.e. opendir + readdir + closedir). The entries 207 entire directory (i.e. opendir + readdir + closedir). The entries
208 will not be sorted, and will NOT include the "." and ".." entries. 208 will not be sorted, and will NOT include the "." and ".." entries.
209 209
210 The callback a single argument which is either "undef" or an 210 The callback a single argument which is either "undef" or an

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines