mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-06-24 12:21:58 +02:00
f9cbba2c2c
Migrate remaining AtomicBool / AtomicUInt32 usages in test cases to ThreadSafeBox / Atomic. - Closure-captured `AtomicBool` flags become `ThreadSafeBox<Bool>` for now. We will revisit this when eliminating ThreadSafeBox. - One `AtomicUInt32` counter (SourceKitDRegistryTests.swift's `nextToken`) to `Atomic<UInt32>`.