featurebase/stats
reesporte 45633e23a5 only set bits after the holder is completely setup
This should help prevent a data race. SetBit can, in some cases, cause an
asynchronous task to run which tries to update the stats counter.

But if that task runs while we are modifying the stats counter itself, we have a
data race.
2022-02-25 15:02:24 -06:00
..
stats.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
stats_test.go only set bits after the holder is completely setup 2022-02-25 15:02:24 -06:00