load_reader_async

Function load_reader_async 

Source
pub fn load_reader_async<R>(
    reader: R,
    config: RecordIndexerConfig,
) -> impl Stream<Item = Result<Position>>
where R: AsyncRead + AsyncSeek + Unpin,
Expand description

Load record indexes from a reader.