kahing / catfs

Cache AnyThing filesystem written in Rust
Apache License 2.0
842 stars 54 forks source link

Resolve warnings on Linux with latest Rust(1.68.0) and threadpool configuration #72

Closed jpedrick closed 1 year ago

jpedrick commented 1 year ago

Just some small changes to support the newest Rust as well as resolve #63

As a side note, instead of a ThreadPool we may want to consider utilizing async instead for concurrently handing blocking io calls.

https://rust-lang.github.io/async-book/02_execution/05_io.html