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.82 by root, Fri Oct 27 20:10:06 2006 UTC vs.
Revision 1.83 by root, Fri Oct 27 20:11:58 2006 UTC

331Asynchronously unlink (delete) a file and call the callback with the 331Asynchronously unlink (delete) a file and call the callback with the
332result code. 332result code.
333 333
334=item aio_mknod $path, $mode, $dev, $callback->($status) 334=item aio_mknod $path, $mode, $dev, $callback->($status)
335 335
336Asynchronously create a device node (or fifo). See mknod(2): the only 336Asynchronously create a device node (or fifo). See mknod(2).
337portable value for C<$mode> is C<S_IFIFO> ored with permissions, and C<0> 337
338for C<$dev>. 338The only portable (POSIX) way of calling this function is:
339
340 aio_mknod $path, IO::AIO::S_IFIFO | $mode, 0, sub { ...
339 341
340=item aio_link $srcpath, $dstpath, $callback->($status) 342=item aio_link $srcpath, $dstpath, $callback->($status)
341 343
342Asynchronously create a new link to the existing object at C<$srcpath> at 344Asynchronously create a new link to the existing object at C<$srcpath> at
343the path C<$dstpath> and call the callback with the result code. 345the path C<$dstpath> and call the callback with the result code.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines