Files
sourcekit-lsp/Sources/SwiftLanguageService
Rintaro Ishizaki 83de30d29f Migrate atomic call sites to Synchronization.Atomic and ThreadSafeBox
Replace AtomicBool/UInt8/UInt32/Int32 from
ToolsProtocolsSwiftExtensions with Synchronization.Atomic<T> where
the storage is a static, module-level let, or class stored property.
For local lets captured by @Sendable closures (where Atomic's
~Copyable nature prevents capture), use ThreadSafeBox<T> instead.
2026-05-21 10:58:34 -07:00
..
2025-10-31 14:11:11 -07:00
2025-12-02 12:27:27 +00:00
2025-12-02 12:27:27 +00:00
2025-12-02 12:27:27 +00:00
2026-03-01 00:33:17 +05:30
2026-02-08 23:25:25 +05:30
2025-12-02 12:27:27 +00:00