Newer version available
You’re viewing the API reference for version 3.0.3, but the latest version is 3.1.0. The latest version include may important updates and fixes.
View Latest Versiontype 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 Subscription
Type Parameters
T
TReturn