mirror of
https://github.com/prometheus/prometheus.git
synced 2025-11-10 05:11:01 +01:00
Avoids possible false sharing between loops. Plausibly there is no problem in the current code, but it's easy enough to write it more safely. Signed-off-by: Bryan Boreham <bjboreham@gmail.com>