Package org.apache.dubbo.common.threadpool.support.eager
package org.apache.dubbo.common.threadpool.support.eager
-
ClassesClassDescriptionEagerThreadPool When the core threads are all in busy, create new thread instead of putting task into blocking queue.EagerThreadPoolExecutorTaskQueue in the EagerThreadPoolExecutor It offer a task if the executor's submittedTaskCount less than currentPoolThreadSize or the currentPoolThreadSize more than executor's maximumPoolSize.