Skip to main content

process_directory

Function process_directory 

Source
pub(crate) async fn process_directory(
    dir: &Path,
    results: &Arc<Mutex<HashMap<[u8; 32], (u64, Vec<PathBuf>)>>>,
    semaphore: &Arc<Semaphore>,
) -> Result<(), Error>