List of usage examples for java.util.concurrent Executors newWorkStealingPool
public static ExecutorService newWorkStealingPool()
From source file:com.oembedler.moon.graphql.engine.execute.GraphQLQueryExecutor.java
public GraphQLQueryExecutor forkJoinExecutorService() { this.executorService = Executors.newWorkStealingPool(); return this; }