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

Comparing Coro/Coro/Event.pm (file contents):
Revision 1.15 by root, Sat Jul 28 01:41:58 2001 UTC vs.
Revision 1.16 by root, Sun Jul 29 01:11:40 2001 UTC

143into the Event dispatcher. 143into the Event dispatcher.
144 144
145=cut 145=cut
146 146
147sub sweep { 147sub sweep {
148 die "sweep NYI";#d# 148 one_event(0); # for now
149 $Coro::idle->ready;
150 Coro::cede;
151} 149}
152 150
153=item $result = loop([$timeout]) 151=item $result = loop([$timeout])
154 152
155This is the version of C<loop> you should use instead of C<Event::loop> 153This is the version of C<loop> you should use instead of C<Event::loop>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines