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

Comparing EV/EV.pm (file contents):
Revision 1.13 by root, Tue Oct 30 12:48:29 2007 UTC vs.
Revision 1.14 by root, Wed Oct 31 10:53:53 2007 UTC

305 305
306our $DIED = sub { 306our $DIED = sub {
307 warn "EV: error in callback (ignoring): $@"; 307 warn "EV: error in callback (ignoring): $@";
308}; 308};
309 309
310our $NPRI = 4; 310init;
311our $BASE = init;
312priority_init $NPRI;
313 311
314push @AnyEvent::REGISTRY, [EV => "EV::AnyEvent"]; 312push @AnyEvent::REGISTRY, [EV => "EV::AnyEvent"];
315 313
3161; 3141;
317 315

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines