| 程序包 | 说明 |
|---|---|
| com.alibaba.dubbo.common.threadpool.support.eager |
| 类和说明 |
|---|
| EagerThreadPoolExecutor
EagerThreadPoolExecutor
|
| TaskQueue
TaskQueue in the EagerThreadPoolExecutor
It offer a task if the executor's submittedTaskCount less than currentPoolThreadSize
or the currentPoolThreadSize more than executor's maximumPoolSize.
|
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.