Module executor

Source
Expand description

An implementation of a job executor.

Structs§

ExecutionContext
The context in which a job is executed.
Executor
An executor for running jobs.
ExecutorOptions
Options for configuring an executor.

Traits§

ExecutionHandler
An execution handler for a specific job type.
ExecutionHandlerRaw
A handler for executing jobs.
IntoExecutionHandler
A helper blanket trait for types that might implement ExecutionHandler for multiple JobTypes.

Type Aliases§

Result
type alias for Result<T, Report>