//! Thin wrapper to start an autochat relay worker thread.
use mpsc;
use AutochatUiEvent;
/// Start the autochat relay in a background task.
///
/// Returns the receiver end of the UI event channel. The caller
/// (event loop) drains events from this channel on each tick.