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

Re^2: Waking threads that do periodic checks

by BrowserUk (Patriarch)
on Sep 26, 2011 at 04:57 UTC ( [id://927789]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $thr->suspend();
    $thr->yield();
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    
    print( join(' ', ()) );
    sleep (1) until ($TERM);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (7)
As of 2024-04-18 20:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found