Skip to main content

Crate videocall_diagnostics

Crate videocall_diagnostics 

Source
Expand description

Lightweight diagnostics event bus shared across the code-base. Works on both native and wasm32 targets (no Tokio required).

Macros§

metric
Shorthand for constructing a Metric.

Structs§

DiagEvent
Metric

Enums§

MetricValue

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.