Macros§
- schedule
- Schedule jobs on a given scheduler with some context
- schedule_
and_ wait - Same as
schedule!
but waits for jobs to reach Ready state for the first time
Structs§
- JobScheduler
- Job and task lifecycle handler
- Status
Server - HTTP healthcheck server
- Task
Manager - Manager for tasks and jobs
- Task
Resource Handle - Notification handle for a resource
Enums§
- State
- State of the observed application
Traits§
- Job
- Persistent execution unit
Type Aliases§
- JobManager
TaskManager
for Jobs containing no context