Complete execution context contract combining execution capabilities with context management.
Combines IExecutionContextBase (for running code with context) and IContext (for reading/writing values).
This is the primary contract for working with execution contexts in most scenarios.
It allows you to manage context values and execute code within that context.
IMPORT_PATH:
"@daiso-tech/core/execution-context/contracts"Complete execution context contract combining execution capabilities with context management.
Combines IExecutionContextBase (for running code with context) and IContext (for reading/writing values). This is the primary contract for working with execution contexts in most scenarios. It allows you to manage context values and execute code within that context.