Show HN: Resilient, A composable async resilience toolkit for rust(github.com)
github.com
Show HN: Resilient, A composable async resilience toolkit for rust
https://github.com/resilient-rs/resilient
1 comments
When a timeout expires, how do you ensure the underlying future is safely dropped without leaking resources or causing a crash
This was inspired by failsafe-go but for Rust. Would love to know your view on this. drop a star if you loved it