Expand description
Inter-process progress reports.
This module contains a TaskManager
which you should instantiate once and reuse. It will schedule and output the tasks that you set to be running, queued, finished, and/or errored
Modules§
Structs§
- Task
- Represents a task.
- Task
Manager - The main struct that manages printing tasks
Enums§
- Status
- Represents the status of a task.