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.89 by root, Tue Jul 28 02:04:21 2009 UTC vs.
Revision 1.90 by root, Thu Aug 13 02:54:32 2009 UTC

195 while () { 195 while () {
196 &Event::one_event; 196 &Event::one_event;
197 &Coro::schedule; 197 &Coro::schedule;
198 } 198 }
199}; 199};
200$IDLE->{desc} = "[Event idle process]"; 200$IDLE->{desc} = "[Event idle thread]";
201 201
202$Coro::idle = $IDLE; 202$Coro::idle = $IDLE;
203 203
2041; 2041;
205 205

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines