Resync: brand-new synchronization approach
The Rust Programming Language Forum
Resync: brand-new synchronization approach
Hey there, everyone! I've been working on my project Resync for the last week. It's a library/framework for composable synchronization primitives. You can select independently how to lock, how to retry and how to poison (and even do it or not). Crate published on crates.io. It already has more than hundred downloads and a fully green CI pipeline across all targets! I have spent a lot of time on it: the crate is tested on Linux, Windows and macOS, on stable, beta and nightly Rust and with all p...
0 comments
No comments yet.