pub fn spawn_stream<R: Read + Send + 'static, W: Write>(
    reader: R,
    writer: W,
    timeout_ms: Option<u64>
) -> StreamSession<W>
Expand description

Spawn a REPL from a stream