effect-io-ai

Package: effect
Module: STM

STM.commitEither

Commits this transaction atomically, regardless of whether the transaction is a success or a failure.

Signature

declare const commitEither: <A, E, R>(self: STM<A, E, R>) => Effect.Effect<A, E, R>

Source

Since v2.0.0