cloudflare / foundations

Cloudflare's Rust service foundations library.
https://blog.cloudflare.com/introducing-foundations-our-open-source-rust-service-foundation-library
BSD 3-Clause "New" or "Revised" License
1.25k stars 51 forks source link

Implement RangeGauge & GaugeGuard types #22

Closed cbranch closed 6 months ago

cbranch commented 7 months ago

Updated to use the fetch_max and fetch_min atomic ops instead of compare_exchange.

cbranch commented 6 months ago

@nox do you have some time to check this one over?