Module

x/proc/tests/deps/asynciter.ts

A better way to work with processes in Deno.
Latest
import * as mod from "https://dotland.deno.dev/x/proc@0.21.9/tests/deps/asynciter.ts";

Classes

A decorator for AsyncIterable.

Functions

Convert an array or a standard {@link 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.