effect-io-ai

Package: effect
Module: STM

STM.contextWith

Accesses the environment of the transaction to perform a transaction.

Signature

declare const contextWith: <R0, R>(f: (environment: Context.Context<R0>) => R) => STM<R, never, R0>

Source

Since v2.0.0