mirror of
https://github.com/prometheus/prometheus.git
synced 2026-02-04 23:41:18 +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>