Expand description
Provides the Task trait as well as options for configuring tasks.
Structs§
- Async
Result - An
AsyncResultis a handle for the result of a task. - Request
- A
Requestcontains information and state related to the currently executing task. - Signature
- Wraps the parameters and execution options for a single task invocation.
- Task
Options - Configuration options pertaining to a task.
Traits§
- Task
- A
Taskrepresents a unit of work that aCeleryapp can produce or consume. - Task
Result Ext - Extension methods for
Resulttypes within a task body.
Type Aliases§
- Task
Result - The return type for a task.