ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/lib/AE.pm
Revision: 1.1
Committed: Thu Jul 30 03:41:56 2009 UTC (14 years, 11 months ago) by root
Branch: MAIN
CVS Tags: rel-4_91, rel-4_9
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 =head1 NAME
2    
3     AE - simpler/faster/newer/cooler AnyEvent API
4    
5     =head1 SYNOPSIS
6    
7     See the L<AnyEvent> manpage for everything there is to say about AE.
8    
9     =head1 DESCRIPTION
10    
11     This module implements the new simpler AnyEvent API. There is no
12     description of this API here, refer to the L<AnyEvent> module for this.
13    
14     The rationale for the new API is that experience with L<EV> shows that
15     this API actually "works", despite it's simplicity. This API is (will be)
16     much faster and also requires less typing.
17    
18     The "old" API is still supported, and there are no plans to "switch".
19    
20     =cut
21    
22     package AE;
23    
24     use AnyEvent (); # BEGIN { AnyEvent::common_sense }
25    
26     1;
27    
28     =head1 AUTHOR
29    
30     Marc Lehmann <schmorp@schmorp.de>
31     http://home.schmorp.de/
32    
33     =cut
34