DeferredResulttype
IteratorResult<T, R | undefined> | DeferredErrorResult
| Type | |
|---|---|
IteratorResult | |
DeferredErrorResult | Result representing a rejection in a DeferredSequence, carrying the thrown reason. |
Pending result of a DeferredSequence — either a standard IteratorResult or a DeferredErrorResult rejection.