effect-io-ai

Package: effect
Module: Stream

Stream.execute

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