Searched defs:newFixedThreadPool (Results 1 – 2 of 2) sorted by relevance
40 fun newFixedThreadPool(lifecycle: Lifecycle?, nThreads: Int): ExecutorService { in <lambda>() method
56 public static ExecutorService newFixedThreadPool(int nThreads, String poolName, in newFixedThreadPool() method in ConcurrentUtils