| Interface | Description |
|---|---|
| AsyncStep<T> |
Holds the future for an asynchronously-running step.
|
| Class | Description |
|---|---|
| AsyncDependencies |
Builds a list of dependency
ListenableFutures to wait on before calling a Callable. |
| AsyncSteps |
Static methods for
AsyncStep. |
| NonBlockingSteps |
Static utility for checking at runtime that the caller attempts to get a result only from a
completed
AsyncStep by otherwise throwing a runtime exception. |
Copyright © 2019. All rights reserved.