Tags: KioHQ/kiomq
Tags
docs: add ProcessMetrics section to README and fix rustdoc warnings - Document ProcessMetrics and WorkerMetrics under a new "Process & worker metrics" section in the README - Re-export WorkerState from lib.rs to resolve a private intra-doc link on WorkerMeta::state - Fix broken [Pid] doc link in fetch_proess_metrics; the map is keyed by u32, not a Pid type - Correct TimedMap::get doc comment; it returns Option<Arc<Mutex<V>>>, not a MutexGuard chore: fix clippy lint in docs and export other struct from metrics chore(deps): restore typed-emitter version.