Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Deep recursion in Tk repeat

by bbfu (Curate)
on Sep 01, 2003 at 20:00 UTC ( [id://288187]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use constant MIN_REFRESH => 0.02; # 20 ms
    while(1) {
      my $start = Time::HiRes::time;
      $taxis->taxis() if $running;
      DoOneEvent() until Time::HiRes::time-$start > MIN_REFRESH;
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://288187]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (2)
As of 2024-04-25 05:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found