Package: effect
Module: Schedule
Uses the delays produced by a schedule to further delay its intervals.
Details
This function modifies a schedule by using its own output delays to control its execution timing. Instead of executing immediately at each interval, the schedule will be delayed by the duration it produces.
Signature
declare const delayedSchedule: <In, R>(schedule: Schedule<Duration.Duration, In, R>) => Schedule<Duration.Duration, In, R>
Since v2.0.0