Package: effect
Module: TxDeferred
Reads the deferred value. Retries the transaction if the deferred has not been completed yet.
When to use
Use to read the success value of a TxDeferred while retrying until the
deferred is completed.
See
poll for inspecting the current completion state without retrying the transactionSignature
declare const await: <A, E>(self: TxDeferred<A, E>) => Effect.Effect<A, E>
Since v4.0.0