Expand description
Event system: merges terminal input and backend notifications.
Enums§
- AppEvent
- Events that the TUI loop processes.
- Backend
Message - Messages from backend async operations.
Functions§
- spawn_
event_ loop - Spawn the terminal event reader in a blocking thread. Returns a receiver for AppEvents and a sender for backend to push messages.