Skip to main content

Crate logger_bro

Crate logger_bro 

Source

Structs§

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.

Enums§

ReportError
Errors that can occur when sending updates from a client thread.
TaskStatus

Traits§

Task
============================================================================== src/task.rs Task trait for workload-driven scientific objects.
TaskGroup
A group of tasks executed in parallel.

Functions§

launch_tasks
Helper that launches a vector of tasks with standard TUI behavior.