Workpublic interface Work implements RunnableThis models a Work instance that would be executed by a
WorkManager upon submission. |
Methods Summary |
---|
public void | release()The WorkManager might call this method to hint the
active Work instance to complete execution as soon as
possible. This would be called on a seperate thread other than the
one currently executing the Work instance.
|
|