Skip to main content

type fixedDoneAsyncIteratorResult

A frozen IteratorResult that represents the completed asynchronous iterator state. This value is reused to avoid repeated allocations in async iterator implementations.

Definition

fixedDoneAsyncIteratorResult: Readonly<Promise<IteratorResult<any, any>>>