in reply to Perl threads test on Windows: how to close thread handles?
# Loop through all the threads foreach $thr (threads->list) { $thr->yield; }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Perl threads test on Windows: how to close thread handles?
by eyepopslikeamosquito (Archbishop) on Jun 04, 2004 at 03:29 UTC |