Promise
class for request-based APIs that can be used
both synchronously and asynchronously.See: Description
Interface | Description |
---|---|
PromiseHandler<T> |
Handler for promised computation completion.
|
Class | Description |
---|---|
Promise<T> |
Result of a computation that will be completed normally or exceptionally in the future.
|
Promises |
Utility methods to manipulate
promises . |
Exception | Description |
---|---|
PromiseException |
Indicates that promised computation has completed exceptionally.
|
Promise
class for request-based APIs that can be used
both synchronously and asynchronously.Copyright © 2002–2023 Devexperts LLC. All rights reserved.