Structs§
- Chat
Coordinator Handle - A cloneable handle used by the UI to drive the coordinator.
- Coordinator
Loop - The coordinator event loop future. Call
.run().awaitto drive it. - Coordinator
State
Enums§
- Coordinator
Command - Commands sent from the UI (or headless API) into the coordinator.
- Coordinator
Event - Events broadcast from the coordinator to UI subscribers.
Functions§
- build
- Build the coordinator and return a handle, event receiver, and the loop future.
- build_
with_ hello_ interval - Build the coordinator with a configurable hello interval (useful for tests).