pub async fn converse<T: Transport>(
session: &mut Session<T, Board>,
terminal: &mut Terminal<impl BufRead, impl Write>,
) -> Result<()>Expand description
Reads lines until the input ends, running one turn per line.
quit and end-of-input both stop it.