Expand description
Common traits and structures for the procedure framework.
Re-exports§
Modules§
- Common traits and structures for the procedure framework.
Structs§
- Procedure execution context.
- Keys to identify required locks.
- Unique id for Procedure.
- A procedure with specific id.
Enums§
- State of a submitted procedure.
- Procedure execution status.
Traits§
- ContextProvider provides information about procedures in the ProcedureManager.
- A
Procedure
represents an operation or a set of operations to be performed step-by-step. ProcedureManager
executes Procedure submitted to it.
Type Aliases§
- Boxed Procedure.
- Loader to recover the Procedure instance from serialized data.
- Ref-counted pointer to the ProcedureManager.