Expand description
An implementation of a job executor.
Structs§
- The context in which a job is executed.
- An executor for running jobs.
- Options for configuring an executor.
Traits§
- An execution handler for a specific job type.
- A handler for executing jobs.
- A helper blanket trait for types that might implement
ExecutionHandlerfor multipleJobTypes.
Type Aliases§
- type alias for
Result<T, Report>