Crate sitrep

Source
Expand description

Frontend-agnostic progress reporting.

Structs§

DetachmentEvent
A update event.
Generation
A monotonically increasing generation counter.
MessageEvent
A message event.
NopObserver
Implementation of Observer that does nothing.
Progress
A progress.
ProgressId
A progress’ unique identifier.
Report
A progress’ report.
StdMpscObserver
Implementation of Observer based on std::sync::mpsc::Sender.
Task
The task associated with a given progress object.
UpdateEvent
A update event.

Enums§

Event
A progress event.
PriorityLevel
A message’s priority level.
State
A task’s state.

Traits§

Controller
Types for controlling progress-tracked tasks.
Observer
Types for observing events of a progress.
Reporter
Types for generating progress reports.