stream_raw_lines

Function stream_raw_lines 

fn stream_raw_lines(
    log_file: Arc<LogFile>,
    follow: bool,
) -> ReceiverStream<String>
Expand description

Streams lines from a file.

New lines are discovered periodically unless follow is set to false.