Package: effect
Module: Schedule
Transforms a schedule to output the delay between each occurrence.
Details
This function modifies an existing schedule so that instead of producing its original output, it now returns the delay between each scheduled execution.
Signature
declare const delays: <Out, In, R>(self: Schedule<Out, In, R>) => Schedule<Duration.Duration, In, R>
Since v2.0.0