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.419 by root, Thu Aug 28 15:26:20 2014 UTC vs.
Revision 1.420 by root, Fri Sep 5 22:17:26 2014 UTC

1566package AE; 1566package AE;
1567 1567
1568our $VERSION = $AnyEvent::VERSION; 1568our $VERSION = $AnyEvent::VERSION;
1569 1569
1570sub _reset() { 1570sub _reset() {
1571 eval q{ 1571 eval q{
1572 # fall back to the main API by default - backends and AnyEvent::Base 1572 # fall back to the main API by default - backends and AnyEvent::Base
1573 # implementations can overwrite these. 1573 # implementations can overwrite these.
1574 1574
1575 sub io($$$) { 1575 sub io($$$) {
1576 AnyEvent->io (fh => $_[0], poll => $_[1] ? "w" : "r", cb => $_[2]) 1576 AnyEvent->io (fh => $_[0], poll => $_[1] ? "w" : "r", cb => $_[2])

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines