effect-io-ai

Package: effect
Module: Micro

Micro.scheduleWithMaxDelay

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; }

Source

Since v3.4.6