docs: correct stale recv_blocking + vacuum references

This commit is contained in:
damocles 2026-05-20 11:54:14 +02:00 committed by Mara
parent c15eb85085
commit 44c86b9278
4 changed files with 10 additions and 9 deletions

View file

@ -16,7 +16,7 @@
//! and re-emits each `MessageEvent` as a `DashboardEvent::Sent` /
//! `DashboardEvent::Delivered` with a freshly-stamped seq. Keeping the
//! broker's intra-process channel separate avoids coupling the broker
//! (used by `recv_blocking` inside the harness loop) to dashboard
//! (used by `recv_blocking_batch` inside the harness loop) to dashboard
//! presentation concerns.
//!
//! New mutation kinds (approval added/resolved, question added/answered,