Skip to main content

Module executor

Module executor 

Source

Structs§

JobExecutor
Manages job execution — spawns worker futures and tracks in-flight jobs.

Enums§

JobError
Error type for job handlers — any error is retryable unless it’s terminal.
JobResult
Result of executing a job handler.

Traits§

Worker
Worker trait — implement this for each job type.