Module tasks

Module tasks 

Source
Expand description

A very small module meant to use to track ‘in-progress’ tasks.

Structs§

LisaTaskId
A task id unique to a thread or tokio task.
ThreadOrTokioTaskId
The ‘thread id’, or ‘tokio task’ id that this executable task is running as.

Enums§

LisaTaskStatus
The status of a particular task.
TaskEvent
A task event that has happened.

Traits§

TaskEventLogProvider
A provider of a series of task events that have happened.

Type Aliases§

GloballyUniqueTaskId
A globally unique lisa task id.