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.425 by root, Thu Jul 16 12:48:38 2015 UTC vs.
Revision 1.426 by root, Sun Sep 27 08:07:03 2015 UTC

2491 my $txn = shift; 2491 my $txn = shift;
2492 my $data = $txn->result; 2492 my $data = $txn->result;
2493 ... 2493 ...
2494 }); 2494 });
2495 2495
2496 EV::loop; 2496 EV::run;
2497 2497
24983b. The module user could use AnyEvent, too: 24983b. The module user could use AnyEvent, too:
2499 2499
2500 use AnyEvent; 2500 use AnyEvent;
2501 2501

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines