public class LazyThreadPool extends ThreadPool
executorService| Constructor and Description |
|---|
LazyThreadPool(java.lang.String name,
java.util.function.Function<java.util.concurrent.ThreadFactory,java.util.concurrent.ExecutorService> newPool) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.concurrent.ExecutorService |
executorService() |
async, awaitTermination, cachedThreadPool, daemon, daemon, execute, fixedThreadPool, fixedThreadPool, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isTerminated, newThread, rateLimitedThreadPool, rejectedExecutionHandler, shutdown, shutdownNow, submit, submit, submit, unwrappublic LazyThreadPool(java.lang.String name,
java.util.function.Function<java.util.concurrent.ThreadFactory,java.util.concurrent.ExecutorService> newPool)
protected java.util.concurrent.ExecutorService executorService()
executorService in class ThreadPool