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.6 by root, Mon Sep 24 01:36:20 2001 UTC vs.
Revision 1.7 by root, Tue Oct 9 00:50:32 2001 UTC

138into the Event dispatcher. 138into the Event dispatcher.
139 139
140=cut 140=cut
141 141
142sub sweep { 142sub sweep {
143 one_event(0); # for now 143 Event::one_event(0); # for now
144} 144}
145 145
146=item $result = loop([$timeout]) 146=item $result = loop([$timeout])
147 147
148This is the version of C<loop> you should use instead of C<Event::loop> 148This is the version of C<loop> you should use instead of C<Event::loop>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines