FillZpp / sys-info-rs

Get system information in Rust.
MIT License
168 stars 57 forks source link

Make Disk Info Thread-Safe on Linux #84

Closed davidkna closed 3 years ago

davidkna commented 3 years ago

Closes #63

Pass the DFhashvector around as an argument instead of using a global variable.

possible alternatives: a lock