Package: effect
Module: Micro
Transform a MicroSchedule to one that will stop repeating after the specified
amount of time.
Signature
declare const scheduleWithMaxElapsed: { (max: number): (self: MicroSchedule) => MicroSchedule; (self: MicroSchedule, max: number): MicroSchedule; }
Since v3.4.6