Expand description
A very small module meant to use to track ‘in-progress’ tasks.
Structs§
- Lisa
Task Id - A task id unique to a thread or tokio task.
- Thread
OrTokio Task Id - The ‘thread id’, or ‘tokio task’ id that this executable task is running as.
Enums§
- Lisa
Task Status - The status of a particular task.
- Task
Event - A task event that has happened.
Traits§
- Task
Event LogProvider - A provider of a series of task events that have happened.
Type Aliases§
- Globally
Unique Task Id - A globally unique lisa task id.