Skip to main contentCrate logger_bro
Source - ClientHandle
- Handle for a single client/task instance.
- ClientReporter
- Lightweight client-side handle for sending updates into the store.
- ClientState
- ClientStore
- In-memory store of the latest client states keyed by
TaskId. - Runtime
- Runtime that owns the main loop for draining updates and rendering.
- TaskId
- Opaque unique identifier for a client.
The identifier used for internal bookkeeping.
- ReportError
- Errors that can occur when sending updates from a client thread.
- TaskStatus
- Task
- ==============================================================================
src/task.rs
Task trait for workload-driven scientific objects.
- TaskGroup
- A group of tasks executed in parallel.
- launch_tasks
- Helper that launches a vector of tasks with standard TUI behavior.