-
- All Implemented Interfaces:
-
com.facebook.imagepipeline.producers.ThreadHandoffProducerQueue
public final class ThreadHandoffProducerQueueImpl implements ThreadHandoffProducerQueue
-
-
Constructor Summary
Constructors Constructor Description ThreadHandoffProducerQueueImpl(Executor executor)
-
Method Summary
Modifier and Type Method Description UnitaddToQueueOrExecute(Runnable runnable)UnitstartQueueing()UnitstopQueuing()Unitremove(Runnable runnable)BooleanisQueueing()-
-
Constructor Detail
-
ThreadHandoffProducerQueueImpl
ThreadHandoffProducerQueueImpl(Executor executor)
-
-
Method Detail
-
addToQueueOrExecute
@Synchronized() Unit addToQueueOrExecute(Runnable runnable)
-
startQueueing
@Synchronized() Unit startQueueing()
-
stopQueuing
@Synchronized() Unit stopQueuing()
-
remove
@Synchronized() Unit remove(Runnable runnable)
-
isQueueing
@Synchronized() Boolean isQueueing()
-
-
-
-