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.17 by root, Sun Jul 18 10:55:34 2004 UTC vs.
Revision 1.20 by root, Wed Jan 12 20:37:11 2005 UTC

32package Linux::AIO; 32package Linux::AIO;
33 33
34use base 'Exporter'; 34use base 'Exporter';
35 35
36BEGIN { 36BEGIN {
37 $VERSION = 1.2; 37 $VERSION = 1.3;
38 38
39 @EXPORT = qw(aio_read aio_write aio_open aio_close aio_stat aio_lstat aio_unlink); 39 @EXPORT = qw(aio_read aio_write aio_open aio_close aio_stat aio_lstat aio_unlink);
40 @EXPORT_OK = qw(poll_fileno poll_cb min_parallel max_parallel nreqs); 40 @EXPORT_OK = qw(poll_fileno poll_cb min_parallel max_parallel nreqs);
41 41
42 require XSLoader; 42 require XSLoader;
107error when stat'ing a large file, the results will be silently truncated 107error when stat'ing a large file, the results will be silently truncated
108unless perl itself is compiled with large file support. 108unless perl itself is compiled with large file support.
109 109
110=item aio_unlink $pathname, $callback 110=item aio_unlink $pathname, $callback
111 111
112Asynchronously unlink a file 112Asynchronously unlink a file.
113 113
114=cut 114=cut
115 115
116min_parallel 1; 116min_parallel 1;
117 117
135L<Coro>. 135L<Coro>.
136 136
137=head1 AUTHOR 137=head1 AUTHOR
138 138
139 Marc Lehmann <pcg@goof.com> 139 Marc Lehmann <pcg@goof.com>
140 http://www.goof.com/pcg/marc/ 140 http://home.schmorp.de/
141 141
142=cut 142=cut
143 143

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines