Module ora_common::task
source · Expand description
Task definition and implementations.
Structs
- An untyped complete task definition that can be added to the queue.
- Unexpected value received.
- 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
- The format of the task input or output data.
- All valid statuses for tasks.