Expand description
Per-repo event bus for cross-session awareness.
Uses tokio::sync::broadcast channels to fan out workspace events
to all subscribers within the same repository. Each repo gets its
own channel, lazily created on first publish or subscribe.
Structs§
- Repo
Event Bus - A per-repository event bus backed by
tokio::sync::broadcast.
Enums§
- Session
Event - Events broadcast within a repository for cross-session coordination.