Package: effect Module: Stream
effect
Stream
Creates a stream that executes the specified effect but emits no elements.
Signature
declare const execute: <X, E, R>(effect: Effect.Effect<X, E, R>) => Stream<never, E, R>
Source
Since v2.0.0