This commit is contained in:
Raven Scott
2026-05-20 23:57:33 -04:00
parent ac60c93151
commit 226fca591d
86 changed files with 200 additions and 162 deletions
@@ -73,6 +73,10 @@ Branches share buffer references; treat as trusted in-process only.
5. Use `pending(name)` to detect backlog before applying backpressure upstream.
6. Monitor `getStats().written` vs branch `pending` for imbalance.
## Changelog
- Initial production release with branch fan-out and per-branch FIFO queues.
## See also
[`docs/architecture.md`](architecture.md)