115116117118119120121
protected Executor createExecutor() { return Executors.newFixedThreadPool(maxThreadPoolSize); } protected JoinSupport createJoin() { return new JoinAll(); }
107108109110111112113