| Class | Description |
|---|---|
| DelayedTaskQueue |
A task queue with a single thread which allows to do the task with simple wait with timeout.
|
| ZeroRejectionThreadPoolExecutor |
This class aims at blocking the caller who submits the job based on the fact there is no avialable threads to execute
This helps in implementing a backoff algorithm.
|
Copyright © 2015. All rights reserved.