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

Comparing AnyEvent/lib/AnyEvent.pm (file contents):
Revision 1.274 by root, Sun Aug 9 00:20:35 2009 UTC vs.
Revision 1.275 by root, Sun Aug 9 00:24:35 2009 UTC

1293# "new" API, currently only emulation of it 1293# "new" API, currently only emulation of it
1294############################################################################# 1294#############################################################################
1295 1295
1296package AE; 1296package AE;
1297 1297
1298our $VERSION = $AnyEvent::VERSION;
1299
1298sub io($$$) { 1300sub io($$$) {
1299 AnyEvent->io (fh => $_[0], poll => $_[1] ? "w" : "r", cb => $_[2]) 1301 AnyEvent->io (fh => $_[0], poll => $_[1] ? "w" : "r", cb => $_[2])
1300} 1302}
1301 1303
1302sub timer($$$) { 1304sub timer($$$) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines