mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
81e2be69e9
Use typed atomics (atomic.Int64, atomic.Int32, etc.) in test files to prevent mixing atomic and non-atomic access on the same value, guarantee 64-bit alignment on 32-bit platforms, and provide a cleaner API.