public interface Work extends Runnable
Work
instance that would be executed by a
WorkManager
upon submission.Modifier and Type | Method and Description |
---|---|
void |
release()
The
WorkManager might call this method to hint the
active Work instance to complete execution as soon as
possible. |
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.