Package: effect
Module: Schedule
Creates a schedule that recurs once after a specified duration.
Details
This schedule executes a single time after waiting for the given duration. Once it has executed, it does not repeat.
See
fromDelays If you need to create a schedule with multiple delays.Signature
declare const fromDelay: (delay: Duration.DurationInput) => Schedule<Duration.Duration>
Since v2.0.0