effect-io-ai

Package: effect
Module: Micro

Micro.scheduleWithMaxElapsed

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

Source

Since v3.4.6