mirror of
https://github.com/prometheus/prometheus.git
synced 2025-10-27 14:31: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>