165166167168169170171172173174175
if ( executor.isFinished() ) { totalSucceeded++; } } context.destroy(); return totalSucceeded; } }