public class

ThreadHandoffProducerQueueImpl

extends Object
implements ThreadHandoffProducerQueue
java.lang.Object
   ↳ com.facebook.imagepipeline.producers.ThreadHandoffProducerQueueImpl

Summary

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

Public Constructors

public ThreadHandoffProducerQueueImpl (Executor executor)

Public Methods

public synchronized void addToQueueOrExecute (Runnable runnable)

public synchronized boolean isQueueing ()

public synchronized void remove (Runnable runnable)

public synchronized void startQueueing ()

public synchronized void stopQueuing ()