effect-io-ai

Package: effect
Module: Micro

Micro.delay

Returns an effect that will delay the execution of this effect by the specified duration.

Signature

declare const delay: { (millis: number): <A, E, R>(self: Micro<A, E, R>) => Micro<A, E, R>; <A, E, R>(self: Micro<A, E, R>, millis: number): Micro<A, E, R>; }

Source

Since v3.4.0