Module task

Source
Expand description

Provides the Task trait as well as options for configuring tasks.

Structs§

AsyncResult
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.
TaskOptions
Configuration options pertaining to a task.

Traits§

Task
A Task represents a unit of work that a Celery app can produce or consume.
TaskResultExt
Extension methods for Result types within a task body.

Type Aliases§

TaskResult
The return type for a task.