Crate parallel_reader

Source
Expand description

A utility for reading from a stream and processing it by chunks in parallel.

See read_stream_and_process_chunks_in_parallel for details.

Enums§

Error
An error during reading or processing of a stream.

Functions§

read_stream_and_process_chunks_in_parallel
Read from a stream and process it by chunks in parallel.