Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/rimbu/stream/async-custom/async-fast-iterator-base.ts>AsyncAppendIterator

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
class AsyncAppendIterator
extends AsyncFastIteratorBase<T>
import { AsyncAppendIterator } from "https://deno.land/x/rimbu@1.0.3/stream/async-custom/async-fast-iterator-base.ts";

Constructors

new
AsyncAppendIterator(source: AsyncFastIterator<T>, item: AsyncOptLazy<T>)

Properties

appendDone: boolean

Methods

fastNext<O>(otherwise?: AsyncOptLazy<O>): Promise<T | O>