Package: effect
Module: Micro
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>; }
Since v3.4.0