effect-io-ai

Package: effect
Module: STM

STM.replicateSTMDiscard

Performs this transaction the specified number of times, discarding the results.

Signature

declare const replicateSTMDiscard: { (n: number): <A, E, R>(self: STM<A, E, R>) => STM<void, E, R>; <A, E, R>(self: STM<A, E, R>, n: number): STM<void, E, R>; }

Source

Since v2.0.0