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§
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.