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.5 by root, Mon Dec 3 05:52:36 2001 UTC vs.
Revision 1.6 by root, Mon Dec 10 21:18:30 2001 UTC

30 30
31BEGIN { 31BEGIN {
32 eval "use Time::HiRes 'time'"; 32 eval "use Time::HiRes 'time'";
33} 33}
34 34
35$VERSION = 0.53; 35$VERSION = 0.531;
36@EXPORT_OK = qw(timeout sleep); 36@EXPORT_OK = qw(timeout sleep);
37 37
38=item $flag = timeout $seconds; 38=item $flag = timeout $seconds;
39 39
40This function will wake up the current coroutine after $seconds 40This function will wake up the current coroutine after $seconds

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines