mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
Most of the time, these flags are only read from and not written thus. By using a read-lock, we make sure that even when we use feature-flags from multiple threads, they don't cause any contention.