Version 3.0.3 is behind the current release: jump to latest version (3.2.1).
type alias Stream
thefrontside/effectionThe 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