Searched defs:newFixedThreadPool (Results 1 – 1 of 1) sorted by relevance
60 public static ExecutorService newFixedThreadPool(int nThreads) { in newFixedThreadPool() method in Executors123 public static ExecutorService newFixedThreadPool(int nThreads, ThreadFactory threadFactory) { in newFixedThreadPool() method in Executors