java for 循环使用线程池优化

    List<News> getNewsRoundup(List<String> newsIds, Integer roundupSize) {         Vector<News> resultList = new Vector<>();         ExecutorService executorService = Executors.newFixedThreadPool(3)  
相关文章
相关标签/搜索