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

Comparing Coro/Coro/Timer.pm (file contents):
Revision 1.22 by root, Tue Feb 22 19:51:58 2005 UTC vs.
Revision 1.23 by root, Thu Mar 3 17:20:31 2005 UTC

33 33
34BEGIN { 34BEGIN {
35 eval "use Time::HiRes 'time'"; 35 eval "use Time::HiRes 'time'";
36} 36}
37 37
38$VERSION = 1.1; 38$VERSION = 1.11;
39@EXPORT_OK = qw(timeout sleep); 39@EXPORT_OK = qw(timeout sleep);
40 40
41=item $flag = timeout $seconds; 41=item $flag = timeout $seconds;
42 42
43This function will wake up the current coroutine after $seconds 43This function will wake up the current coroutine after $seconds
162 162
163=back 163=back
164 164
165=head1 AUTHOR 165=head1 AUTHOR
166 166
167 Marc Lehmann <pcg@goof.com> 167 Marc Lehmann <schmorp@schmorp.de>
168 http://home.schmorp.de/ 168 http://home.schmorp.de/
169 169
170=cut 170=cut
171 171

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines