We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a8b11e commit e2bf1f7Copy full SHA for e2bf1f7
Sources/CacheContainer.swift
@@ -48,7 +48,7 @@ public final class CacheContainer: Sendable {
48
}
49
50
final class ThreadSafeDictionary<V: Hashable & Sendable, T: Sendable>: Collection, @unchecked Sendable {
51
- private var dictionary: [V: T]
+ private var dictionary: [V : T]
52
private let concurrentQueue = DispatchQueue(label: "Dictionary Barrier Queue", attributes: .concurrent)
53
54
var keys: Dictionary<V, T>.Keys {
0 commit comments