Skip to main content
Module

x/aip/mod.ts

Async Iterator Pipeline
Latest
import * as aip from "https://deno.land/x/aip@v1.2.2/mod.ts";

Classes

Imitates push semantics by automatically pulling side-effects from given arg.

Represents sum of multiple .addStage(…)'s and/or .addPipeline(…)'s acting on messages .put(…) into it. .fork(…) can be used to have multiple instances of the same set of Stage's. No stage execution occur unless async iteration happens on the pipeline (and values are .put(…) into it).

Functions

Produces a Stage that runs branchArg for each unique .pickKey(…) result.

Prevents AsyncIterable from being done when exiting the loop on it.

Interfaces

Async generator function that is supposed to: