MilkyThreadPoolExecutor(String name,
ThreadContext threadContext,
int corePoolSize,
int maximumPoolSize,
long keepAliveTime,
TimeUnit unit,
BlockingQueue<Runnable> workQueue) |
MilkyThreadPoolExecutor(String name,
ThreadContext threadContext,
int corePoolSize,
int maximumPoolSize,
long keepAliveTime,
TimeUnit unit,
BlockingQueue<Runnable> workQueue,
ThreadFactory threadFactory) |
MilkyThreadPoolExecutor(String name,
ThreadContext threadContext,
int corePoolSize,
int maximumPoolSize,
long keepAliveTime,
TimeUnit unit,
BlockingQueue<Runnable> workQueue,
ThreadFactory threadFactory,
XRejectedExecutionHandler handler) |
MilkyThreadPoolExecutor(String name,
ThreadContext threadContext,
int corePoolSize,
int maximumPoolSize,
long keepAliveTime,
TimeUnit unit,
BlockingQueue<Runnable> workQueue,
XRejectedExecutionHandler handler) |