Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/effection/lib/mod.ts>Stream

Structured concurrency and effects for JavaScript
Latest
type alias Stream
Re-export
import { type Stream } from "https://deno.land/x/effection@4.0.0-alpha.1/lib/mod.ts";

The Effection equivalent of an AsyncIterable.

Like async iterables, streams do not actually have state themselves, but contain the recipe for how to create a Subscription