Module task

Module task 

Source

Structs§

Task
A Task struct represents a single unit of work that will be processed by a worker. It contains payload of type D, which is used by the worker during processing. The Task struct also includes fields for managing the task’s lifecycle, including the task’s UUID, the start and finish times, the number of retries, and any error messages.
TaskId

Enums§

TaskStatus