| 程序包 | 说明 |
|---|---|
| com.dtp.core.thread |
| 限定符和类型 | 类和说明 |
|---|---|
class |
DtpExecutor
Dynamic ThreadPoolExecutor inherits DtpLifecycleSupport, and extends some features.
|
class |
EagerDtpExecutor
When core threads are all in busy,
create new thread instead of putting task into blocking queue,
mainly used in io intensive scenario.
|
class |
OrderedDtpExecutor
OrderedDtpExecutor can ensure that the delivered tasks are executed
according to the key and task submission order. |
Copyright © 2023. All rights reserved.