Expand description
Provides the Task
trait as well as options for configuring tasks.
Structs§
- Async
Result - An
AsyncResult
is a handle for the result of a task. - Request
- A
Request
contains 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
Task
represents a unit of work that aCelery
app can produce or consume. - Task
Result Ext - Extension methods for
Result
types within a task body.
Type Aliases§
- Task
Result - The return type for a task.