zkat / cacache-rs

A high-performance, concurrent, content-addressable disk cache, with support for both sync and async APIs. 💩💵 but for your 🦀
https://crates.io/crates/cacache
Other
532 stars 35 forks source link

chore(tokio): add safe access join handles #85

Closed j-mendez closed 4 months ago

j-mendez commented 4 months ago

Whats Changed

This PR removes unwrap handling across multiple entries to make the lib more stable when being used with tokio. This will prevent the program from terminating and safely handling the poll.

Fix for: [#84]

j-mendez commented 4 months ago

Will fix the test shortly @zkat

j-mendez commented 4 months ago

Will fix the test shortly @zkat

clippy issues fixed