Expand description
Lightweight diagnostics event bus shared across the code-base.
Works on both native and wasm32 targets (no Tokio required).
Macros§
Structs§
Enums§
Functions§
- global_
sender - Obtain a sender that can publish diagnostics events.
- now_ms
- Current wall-clock time in milliseconds.
- subscribe
- Subscribe to the diagnostics stream. Each subscriber receives all future events.