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.1 by root, Sun Nov 25 20:04:05 2001 UTC vs.
Revision 1.2 by root, Tue Nov 27 01:41:41 2001 UTC

66 } else { 66 } else {
67 select undef, undef, undef, $timer[0][0] - $NOW; 67 select undef, undef, undef, $timer[0][0] - $NOW;
68 $NOW = time; 68 $NOW = time;
69 } 69 }
70 }; 70 };
71 print "hihohihoh ($timer, $timer->{_coro_state})\n";
72 print "hihohihoy $Coro::current\n";
73 use Devel::Peek;
74 #Dump($timer);
75 undef $timer; 71 undef $timer;
76 print "hihohihox $Coro::current\n";
77 }; 72 };
78 $timer->prio(Coro::PRIO_MIN); 73 $timer->prio(Coro::PRIO_MIN);
79 $timer->ready; 74 $timer->ready;
80 } 75 }
81 76

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines