minos.aggregate.transactions.contextvars

Module Attributes

TRANSACTION_CONTEXT_VAR

Context Variable that contains the identifier of the currently active transaction, or None otherwise.

TRANSACTION_CONTEXT_VAR: Final[ContextVar[Optional[TransactionEntry]]] = <ContextVar name='transaction' default=None>

Context Variable that contains the identifier of the currently active transaction, or None otherwise.