ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/Coro/AIO.pm
(Generate patch)

Comparing Coro/Coro/AIO.pm (file contents):
Revision 1.15 by root, Mon Dec 17 07:36:38 2007 UTC vs.
Revision 1.16 by root, Fri May 9 22:04:37 2008 UTC

14 aio_read $fh, 0, 1_000_000, my $buf, 0 14 aio_read $fh, 0, 1_000_000, my $buf, 0
15 or die "aio_read: $!"; 15 or die "aio_read: $!";
16 aio_close $fh; 16 aio_close $fh;
17 17
18=head1 DESCRIPTION 18=head1 DESCRIPTION
19
20This module is an L<AnyEvent> user, you need to make sure that you use and
21run a supported event loop.
19 22
20This module implements a thin wrapper around L<IO::AIO|IO::AIO>. All of 23This module implements a thin wrapper around L<IO::AIO|IO::AIO>. All of
21the functions that expect a callback are being wrapped by this module. 24the functions that expect a callback are being wrapped by this module.
22 25
23The API is exactly the same as that of the corresponding IO::AIO routines, 26The API is exactly the same as that of the corresponding IO::AIO routines,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines