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