Module task

Source
Expand description

Task definition and implementations.

Structs§

TaskDefinition
An untyped complete task definition that can be added to the queue.
TaskMetadata
Extra metadata about a task or task type.
UnexpectedValueError
Unexpected value received.
WorkerSelector
A selector that is used to connect tasks with workers. Currently a task can be executed by a worker only if the worker selector of the task and the worker are equal.

Enums§

TaskDataFormat
The format of the task input or output data.
TaskStatus
All valid statuses for tasks.