See: Description
| Interface | Description |
|---|---|
| Background |
Allows blocking operations to be executed off of a main request handling thread.
|
| Background.Success<T> |
A builder for specifying the result handling strategy for a blocking operation that succeeds.
|
| Background.SuccessOrError<T> |
A builder for specifying the result handling strategy for a blocking operation.
|
See Background.