ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/lib/AE.pm
(Generate patch)

Comparing AnyEvent/lib/AE.pm (file contents):
Revision 1.3 by root, Sun Aug 9 16:11:05 2009 UTC vs.
Revision 1.4 by root, Sat Dec 5 02:58:30 2009 UTC

50=cut 50=cut
51 51
52package AE; 52package AE;
53 53
54use AnyEvent (); # BEGIN { AnyEvent::common_sense } 54use AnyEvent (); # BEGIN { AnyEvent::common_sense }
55
56our $VERSION = $AnyEvent::VERSION;
55 57
56=item $w = AE::io $fh_or_fd, $watch_write, $cb 58=item $w = AE::io $fh_or_fd, $watch_write, $cb
57 59
58Creates an I/O watcher that listens for read events (C<$watch_write> 60Creates an I/O watcher that listens for read events (C<$watch_write>
59false) or write events (C<$watch_write> is true) on the file handle or 61false) or write events (C<$watch_write> is true) on the file handle or

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines