One-task-at-a-time task scheduling.
Here are the key changes introduced in V1:
TaskStatusno longer holds the live fields of a task; it now serves as a read-only snapshot of the task's current state.- Getter and setter methods have been introduced for accessing and modifying task fields.
- Task fields are no longer exported — please use the provided getters and setters instead.
- The
SetStatusmethod no longer triggerslogger.OnTaskStatusUpdate; if logging is needed, please call it explicitly.
- license: BSD3
- owners:
- Rayark Inc. website: https://www.rayark.com
- name: Yao Wei | github: @medicalwei | email: [email protected]
- name: autumn31 | github: @autumn31 | email: [email protected]
- name: Himawari Tachibana | github: @fieliapm | email: [email protected]
- Rayark Inc. website: https://www.rayark.com