Freaky / Compactor

A user interface for Windows 10 filesystem compression
MIT License
1.16k stars 47 forks source link

Cargo Fmt, more Crossbeam channel, and Less Mutex #30

Closed Dr-Emann closed 4 years ago

Dr-Emann commented 4 years ago
  1. Run cargo fmt
  2. Use crossbeam channel everywhere instead of std::mpsc
  3. Change Background::run to take self by value: this allowed for removing an unneeded mutex from folder scanning
Freaky commented 4 years ago

Looks good, thank you!