Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/proc/src/deps/asynciter.ts

A better way to work with processes in Deno.
Very Popular
Go to Latest
import * as proc from "https://deno.land/x/proc@0.20.34/src/deps/asynciter.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.