Expand description
Constants§
- POLL_
INTERVAL - Poll interval. Short enough to feel responsive to
App::should_quitflips, long enough to not burn CPU.
Functions§
- run_
loop - Run the TUI until the app requests shutdown or the transport
disconnects. Does not call
Transport::finish; the caller owns the transport’s lifecycle.