| Interface | Description |
|---|---|
| Prioritized |
A simple interface for exposing the priority of a task.
|
| Class | Description |
|---|---|
| FifoPriorityThreadPoolExecutor |
A FIFO priority
ThreadPoolExecutor that prioritizes submitted Runnables by assuming they implement
Prioritized. |
| FifoPriorityThreadPoolExecutor.DefaultThreadFactory |
A
ThreadFactory that builds threads with priority
Process.THREAD_PRIORITY_BACKGROUND. |
| Enum | Description |
|---|---|
| FifoPriorityThreadPoolExecutor.UncaughtThrowableStrategy |
A strategy for handling unexpected and uncaught throwables thrown by futures run on the pool.
|