Module liboskar::walk_parallel

source ·

Re-exports

pub use walk_parallel::single_threaded::*;

Modules

Structs

The ‘Walk’ struct contains all the information we need to traverse a directory.

Enums

Enum for messaging between workers/stealers

Functions

Given a ‘Walk’ struct, traverse it concurrently and print out any relevant outputs. Currently, this only works for a depth of two, which is probably bad.