Package: effect Module: STM
effect
STM
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