Module task

Source
Expand description

Tasks define the “runnable” concept of the service, e.g. a unit of work that can be executed by the service.

Structs§

TaskId
A unique human-readable identifier of a task.

Enums§

TaskKind
Task kind. See Task documentation for more details.

Traits§

Task
A task implementation. Task defines the “runnable” concept of the service, e.g. a unit of work that can be executed by the service.