com.bumptech.glide.load.engine.executor
Class FifoPriorityThreadPoolExecutor.DefaultThreadFactory
java.lang.Object
com.bumptech.glide.load.engine.executor.FifoPriorityThreadPoolExecutor.DefaultThreadFactory
- All Implemented Interfaces:
- ThreadFactory
- Enclosing class:
- FifoPriorityThreadPoolExecutor
public static class FifoPriorityThreadPoolExecutor.DefaultThreadFactory
- extends Object
- implements ThreadFactory
A ThreadFactory
that builds threads with priority
Process.THREAD_PRIORITY_BACKGROUND
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FifoPriorityThreadPoolExecutor.DefaultThreadFactory
public FifoPriorityThreadPoolExecutor.DefaultThreadFactory()
newThread
public Thread newThread(Runnable runnable)
- Specified by:
newThread
in interface ThreadFactory