Package com.bumptech.glide.load.engine.executor

Interface Summary
Prioritized A simple interface for exposing the priority of a task.
 

Class Summary
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 Summary
FifoPriorityThreadPoolExecutor.UncaughtThrowableStrategy A strategy for handling unexpected and uncaught throwables thrown by futures run on the pool.