Skip to main content

stream_output_lines

Function stream_output_lines 

Source
pub fn stream_output_lines<R>(
    reader: R,
    logger: Logger,
    stderr: bool,
) -> JoinHandle<String>
where R: Read + Send + 'static,