java.lang.Object | |
↳ | com.facebook.imagepipeline.producers.ExperimentalThreadHandoffProducerQueueImpl |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ExperimentalThreadHandoffProducerQueueImpl(Executor executor) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void | addToQueueOrExecute(Runnable runnable) | ||||||||||
boolean | isQueueing() | ||||||||||
void | remove(Runnable runnable) | ||||||||||
void | startQueueing() | ||||||||||
void | stopQueuing() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.facebook.imagepipeline.producers.ThreadHandoffProducerQueue
|