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

Comparing Coro/EV/EV.pm (file contents):
Revision 1.6 by root, Wed Nov 7 20:40:30 2007 UTC vs.
Revision 1.7 by root, Sun Nov 25 13:53:48 2007 UTC

56 56
57 local $^W = 0; # avoid redefine warning for Coro::ready; 57 local $^W = 0; # avoid redefine warning for Coro::ready;
58 XSLoader::load __PACKAGE__, $VERSION; 58 XSLoader::load __PACKAGE__, $VERSION;
59} 59}
60 60
61unshift @AnyEvent::REGISTRY, [Coro::EV => "EV::AnyEvent"]; 61unshift @AnyEvent::REGISTRY, [Coro::EV => AnyEvent::Impl::CoroEV];
62 62
63$ev->{desc} = "[EV idle process]"; 63$ev->{desc} = "[EV idle process]";
64 64
65$Coro::idle = sub { 65$Coro::idle = sub {
66 EV::loop EV::LOOP_ONESHOT; 66 EV::loop EV::LOOP_ONESHOT;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines