103104105106107108109110111112113
final ThreadControl control = controls[ i ]; if( !control.isFinished() ) { try { control.join( timeout ); } catch( final InterruptedException ie ) { //Ignore }