| Package | Description |
|---|---|
| org.apache.dubbo.common.threadpool.support.eager |
| Class and Description |
|---|
| 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–2022 The Apache Software Foundation. All rights reserved.