minos.aggregate.transactions.contextvars
Module Attributes
Context Variable that contains the identifier of the currently active transaction, or |
- 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.