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