Skip to main content
Module

x/better_iterators/mod.ts>LazyAsync.from

Chainable iterators (sync and async) for TypeScript, with support for opt-in, bounded parallelism
Latest
method LazyAsync.from
import { LazyAsync } from "https://deno.land/x/better_iterators@v1.5.0/mod.ts";

This lets you directly create an AsyncIterable, but you might prefer the shorter lazy function.

Parameters

iter: AsyncIterable<T>