Help for this page

Select Code to Download


  1. or download this
    do {
       ...
    } while ($worker->pending());
    
  2. or download this
    sub doOperation () {
        my $ithread = threads->tid();
    ...
            ## Do something useful here...
        }
    }