java.lang.Object |
↳ |
com.facebook.imagepipeline.producers.ThreadHandoffProducer<T> |
Class Overview
Uses ExecutorService to move further computation to different thread
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
com.facebook.imagepipeline.producers.Producer
|
Constants
public
static
final
String
PRODUCER_NAME
Constant Value:
"BackgroundThreadHandoffProducer"
Public Constructors
Public Methods
public
void
produceResults
(Consumer<T> consumer, ProducerContext context)
Start producing results for given context. Provided consumer is notified whenever progress is
made (new value is ready or error occurs).