Function process_batch

Source
pub fn process_batch(
    files: &mut [FileInfo],
    config: &Config,
    stop_signal: Arc<AtomicBool>,
) -> Result<()>
Expand description

Reads and processes the content of a batch of discovered files based on config. Operates in parallel using Rayon. Updates FileInfo structs in place.