Structs§
- Procedure execution context.
- Keys to identify required locks.
- SNAFU context selector for the
ParseIdError
error - Unique id for Procedure.
- A procedure with specific id.
Enums§
- The initial procedure state.
- 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.
- Reference-counted pointer to ContextProvider.
- Ref-counted pointer to the ProcedureManager.