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

Comparing AnyEvent/README (file contents):
Revision 1.75 by root, Thu Jul 16 12:48:38 2015 UTC vs.
Revision 1.76 by root, Wed Jan 27 18:15:21 2016 UTC

1608 my $txn = shift; 1608 my $txn = shift;
1609 my $data = $txn->result; 1609 my $data = $txn->result;
1610 ... 1610 ...
1611 }); 1611 });
1612 1612
1613 EV::loop; 1613 EV::run;
1614 1614
1615 3b. The module user could use AnyEvent, too: 1615 3b. The module user could use AnyEvent, too:
1616 1616
1617 use AnyEvent; 1617 use AnyEvent;
1618 1618

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines