| 类 | 说明 |
|---|---|
| DtpExecutor |
Dynamic ThreadPoolExecutor inherits DtpLifecycleSupport, and extends some features.
|
| EagerDtpExecutor |
When core threads are all in busy,
create new thread instead of putting task into blocking queue,
mainly used in io intensive scenario.
|
| NamedThreadFactory |
Default ThreadFactory used in Dynamic ThreadPoolExecutor.
|
| NamedThreadFactory.DtpUncaughtExceptionHandler | |
| OrderedDtpExecutor |
OrderedDtpExecutor can ensure that the delivered tasks are executed
according to the key and task submission order. |
Copyright © 2023. All rights reserved.