I guess the closest thing would be: ExecutorService exec = Executors.newFixedThreadPool(SOME_NUM_OF_THREADS); try { for (final Object o : list) ...
確定! 回上一頁