一種利用線程池進行for循環處理的思想

在for裏面,若是執行一次for裏面的內容所需時間「較長」(相對而言),不妨改用線程池的方式。java 以下測試:多線程 public class ExecutorTest2 { private static final int loopNum = 1*10; public static void main(String args[]) throws Interrupted
相關文章
相關標籤/搜索