type alias Stream
thefrontside/effectiontype Stream = Operation<Subscription<T, TReturn>>
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 https://effection-www-jctyb5nxhzq0.deno.dev/api/v4/Stream/Subscription
Type Parameters
T
TReturn