pub fn spawn_session_with(
deps: SessionDeps,
cmd_tx: Sender<SessionCmd>,
cmd_rx: Receiver<SessionCmd>,
) -> SessionHandleExpand description
Spawn against a pre-created command channel (see session_channel);
builds its own event channel.