Package: effect
Module: Micro
Transform a MicroSchedule to one that will have a delay that will never exceed
the specified maximum.
Signature
declare const scheduleWithMaxDelay: { (max: number): (self: MicroSchedule) => MicroSchedule; (self: MicroSchedule, max: number): MicroSchedule; }
Since v3.4.6