ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-AIO/README
Revision: 1.2
Committed: Tue Jul 21 03:34:20 2009 UTC (14 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-1_1, HEAD
Changes since 1.1: +1 -1 lines
Log Message:
1.1

File Contents

# User Rev Content
1 root 1.1 NAME
2 root 1.2 AnyEvent::AIO - truly asynchronous file and directory I/O
3 root 1.1
4     SYNOPSIS
5     use AnyEvent::AIO;
6     use IO::AIO;
7    
8     # can now use any of the aio requests your IO::AIO module supports
9     # as long as you use an event loop supported by AnyEvent.
10    
11     DESCRIPTION
12     This module is an AnyEvent user, you need to make sure that you use and
13     run a supported event loop.
14    
15     Loading this module will install the necessary magic to seamlessly
16     integrate IO::AIO into AnyEvent, i.e. you no longer need to concern
17     yourself with calling "IO::AIO::poll_cb" or any of that stuff (you still
18     can, but this module will do it in case you don't).
19    
20     The AnyEvent watcher can be disabled by executing "undef
21     $AnyEvent::AIO::WATCHER". Please notify the author of when and why you
22     think this was necessary.
23    
24     SEE ALSO
25     AnyEvent, Coro::AIO (for a more natural syntax).
26    
27     AUTHOR
28     Marc Lehmann <schmorp@schmorp.de>
29     http://home.schmorp.de/
30