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