| 类 | 说明 |
|---|---|
| TaskQueue |
As task queue specifically designed to run with a thread pool executor.
|
| TaskThread |
A Thread implementation that records the time at which it was created.
|
| TaskThreadFactory |
Simple task thread factory to use to create threads for an executor implementation.
|
| TaskThreadPoolExecutor |
Same as a java.util.concurrent.ThreadPoolExecutor but implements a much more efficient
TaskThreadPoolExecutor.getSubmittedCount() method, to be used to properly handle the work queue. |
Copyright © 2020. All Rights Reserved.