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