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

Comparing Coro/Event/Event.pm (file contents):
Revision 1.52 by root, Fri Oct 19 05:52:41 2007 UTC vs.
Revision 1.53 by root, Wed Oct 24 05:26:44 2007 UTC

209 while () { 209 while () {
210 &Event::one_event; 210 &Event::one_event;
211 &Coro::schedule; 211 &Coro::schedule;
212 } 212 }
213}; 213};
214$event_idle->{desc} = "[Event idle process]";
214 215
215$Coro::idle = sub { $event_idle->ready }; 216$Coro::idle = sub { $event_idle->ready };
216 217
2171; 2181;
218 219

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines