Module liboskar::walk_parallel[][src]

Re-exports

pub use walk_parallel::single_threaded::*;

Modules

single_threaded

Structs

Walk

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

Enums

Status

Enum for messaging between workers/stealers

Functions

clean_project_dirs
print_parallel

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.