Package: effect
Module: Stream
Creates a stream from an effect producing a value of type A, which is
repeated using the specified schedule.
Signature
declare const repeatEffectWithSchedule: <A, E, R, X, A0 extends A, R2>(effect: Effect.Effect<A, E, R>, schedule: Schedule.Schedule<X, A0, R2>) => Stream<A, E, R | R2>
Since v2.0.0