Searched refs:threadFactoryName (Results 1 – 1 of 1) sorted by relevance
92 public static final IExecutor createExecutor(int threadCount, String threadFactoryName) { in createExecutor() argument93 return new ExecutorAdapter(threadCount, createFactory(threadFactoryName)); in createExecutor()