effect-io-ai

Package: effect
Module: STM

STM.eventually

Returns an effect that ignores errors and runs repeatedly until it eventually succeeds.

Signature

declare const eventually: <A, E, R>(self: STM<A, E, R>) => STM<A, E, R>

Source

Since v2.0.0