Skip to main content
Module

x/asynciter/mod.ts

Map, filter, reduce for AsyncIterables in Deno.
Latest
import * as asynciter from "https://deno.land/x/asynciter@0.0.18/mod.ts";

Classes

A decorator for AsyncIterable.

Functions

Convert an array or a standard AsyncIterable to an AsyncIter.

Collect the items in this iterator to an array.

Map the sequence from one type to another, concurrently.

Map the sequence from one type to another, concurrently.

Filter the sequence to contain just the items that pass a test.

Return the first item of the sequence.

Flatten the iterable.

Perform an operation for each item in the sequence.

Map the sequence from one type to another.

Reduce a sequence to a single value.