in reply to Re^3: Monitor list of threads running
in thread Monitor list of threads running
foreach my $test (@all_threads) { if( $test->is_running() ) { print "Running: $test\n"; } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Monitor list of threads running
by BrowserUk (Patriarch) on Apr 08, 2010 at 20:01 UTC | |
by mr_p (Scribe) on Apr 08, 2010 at 20:04 UTC | |
by Corion (Patriarch) on Apr 08, 2010 at 20:09 UTC | |
by mr_p (Scribe) on Apr 08, 2010 at 20:17 UTC | |
by Corion (Patriarch) on Apr 08, 2010 at 20:21 UTC | |
|